1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-01 05:50:50 +00:00

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

View File

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