1. Laravel: It is a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance, and its orientation toward syntactic sugar.
2. CodeIgniter: CodeIgniter is an open-source software rapid development web framework used for building dynamic web sites with PHP. It takes care of many of the hassles of writing a web application, including security and performance by default.
3. CakePHP: It follows the model–view–controller (MVC) approach and is written in PHP, modeled after the concepts of Ruby on Rails, and distributed under the MIT License. CakePHP uses well-known software engineering concepts and software design patterns.
4. Yii: It is built around the Model-View-Controller (MVC) design pattern. Yii comes with a wide range of features, including MVC, ActiveRecord, I18N and L10N, caching, scaffolding, authentication and role-based access control, etc.
5. Symfony: It is a PHP web application framework and a set of reusable PHP components/libraries. It was originally created by Fabien Potencier in 2005. Symfony is released under the MIT license.