From f28d42445c0890ecef1cb110dbeca72776870090 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Wed, 13 May 2020 16:13:01 +0100 Subject: [PATCH] Improve framework descriptions. Remove Aura. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ad0ca8..f56bad9 100644 --- a/README.md +++ b/README.md @@ -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.*