|
|
|
|
|
|
123
|
* [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
|
123
|
* [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
|
|
124
|
* [Nette](https://nette.org) - A web framework comprised of mature components.
|
124
|
* [Nette](https://nette.org) - A web framework comprised of mature components.
|
|
125
|
* [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
|
125
|
* [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
|
|
|
|
126
|
+* [Spiral](https://spiral.dev/) - A high performance PHP/Go framework.
|
|
126
|
* [Symfony](https://symfony.com/) - A set of reuseable components and a web framework.
|
127
|
* [Symfony](https://symfony.com/) - A set of reuseable components and a web framework.
|
|
127
|
* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
|
128
|
* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
|
|
128
|
|
129
|
|
|
|
|
|
|
|
826
|
* [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
|
827
|
* [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
|
|
827
|
* [Puppet](https://puppet.com/) - A server automation framework and application.
|
828
|
* [Puppet](https://puppet.com/) - A server automation framework and application.
|
|
828
|
* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
|
829
|
* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
|
|
|
|
830
|
+* [Vessel](https://vessel.shippingdocker.com/) - Simple Docker development environments for Laravel.
|
|
829
|
|
831
|
|
|
830
|
### Virtual Machines
|
832
|
### Virtual Machines
|
|
831
|
*Alternative PHP virtual machines.*
|
833
|
*Alternative PHP virtual machines.*
|
|
|
|
|
|
|
930
|
*Podcasts with a focus on PHP topics.*
|
932
|
*Podcasts with a focus on PHP topics.*
|
|
931
|
|
933
|
|
|
932
|
* [Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
|
934
|
* [Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
|
|
933
|
-* [PHP Internals New](https://phpinternals.news) - A podcast about PHP internals.
|
|
|
|
|
|
935
|
+* [PHP Internals News](https://phpinternals.news) - A podcast about PHP internals.
|
|
934
|
* [PHP Roundtable](https://www.phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
|
936
|
* [PHP Roundtable](https://www.phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
|
|
935
|
* [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
|
937
|
* [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
|
|
936
|
* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special.
|
938
|
* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special.
|
|
|
|
|
|
|
955
|
### PHP Internals Reading
|
957
|
### PHP Internals Reading
|
|
956
|
*Reading materials related to the PHP internals or performance.*
|
958
|
*Reading materials related to the PHP internals or performance.*
|
|
957
|
|
959
|
|
|
|
|
960
|
+* [Externals](https://externals.io/) - PHP internal discussions.
|
|
|
|
961
|
+* [PHP RFC Watch](https://php-rfc-watch.beberlei.de/) - Watch the latest PHP [RFCs](https://wiki.php.net/rfc).
|
|
958
|
* [Disproving the Single Quotes Myth](https://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings.
|
962
|
* [Disproving the Single Quotes Myth](https://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings.
|
|
959
|
* [How Big Are PHP Arrays (And Values) Really?](https://nikic.github.io/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals.
|
963
|
* [How Big Are PHP Arrays (And Values) Really?](https://nikic.github.io/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals.
|
|
960
|
* [How Foreach Works](https://stackoverflow.com/questions/10057671/how-does-php-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach.
|
964
|
* [How Foreach Works](https://stackoverflow.com/questions/10057671/how-does-php-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach.
|