Why use a PHP framework?
A PHP framework provides a basic structure for streamlining the development of web apps. We use them because they speed up the development process.
PHP frameworks works on model named as MVC , where
M :- MODEL (USED FOR DATABASE)
V :- VIEW (FRONT END USER VIEW)
C :- CONTROLLER (CONTROL DYNAMIC FUNCTIONALITY)
C :- CONTROLLER (CONTROL DYNAMIC FUNCTIONALITY)
PHP framework
Laravel
Introduced in 2011, Laravel has become the most popular free, open-source PHP framework in the world. Why? Because it can handle complex web applications securely, at a considerably faster pace than other frameworks. Laravel simplifies the development process by easing common tasks such as routing, sessions, caching, and authentication.
CodeIgniter
CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
Symfony
The Symfony framework was launched in 2005, and although it’s been in existence for much longer than other frameworks on this list, it’s a reliable and mature platform. Symfony is an extensive PHP MVC framework and the only framework known to follow PHP and web standards to the tee.
CakePHP
If you’re looking for a toolkit that’s simple and elegant, look no further. CakePHP will help you develop visually impressive, feature-loaded websites. In addition, CakePHP is one of the easiest frameworks to learn, especially because of its CRUD (create, read, update, and delete) framework. CakePHP hit the market in the early 2000s, and since then it’s gained better performance and many new components.



