Improve framework descriptions. Remove Aura.

This commit is contained in:
Jamie York 2020-05-13 16:13:01 +01:00 committed by GitHub
parent 37b33894cd
commit f28d42445c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -118,14 +118,13 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Frameworks
*Web development frameworks.*
* [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
* [CakePHP](https://cakephp.org/) - A rapid application development framework.
* [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework).
* [Laravel](https://laravel.com/) - Another PHP framework.
* [Nette](https://nette.org) - Another framework comprised of individual components.
* [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
* [Nette](https://nette.org) - A web framework comprised of mature components.
* [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
* [Symfony](https://symfony.com/) - A framework comprised of individual components.
* [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
* [Symfony](https://symfony.com/) - A set of reuseable components and a web framework.
* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
### Framework Extras
*Extras related to web development frameworks.*