Popular Frameworks list update (#22387)

This commit is contained in:
Tomas Luque Gonzalez
2018-11-19 22:41:49 +01:00
committed by Manish Giri
parent 2d1f50ada8
commit a1505794e9

View File

@ -102,7 +102,12 @@ Since writing the whole code for a website is not really practical/feasible for
* [Symfony](https://symfony.com/)
* [Zend](http://www.zend.com/)
* [CakePHP](https://cakephp.org/)
* [FuelPHP](https://fuelphp.com/)
* [Slim](https://www.slimframework.com/)
* [Yii 2](https://www.yiiframework.com/)
* [CodeIgniter](https://codeigniter.com//)
## Documentation
PHP is [well documented](http://php.net/docs.php). The [official docs](http://php.net/manual/en/) include examples on almost every function reference guide, as well as user comments.