Introduction
It would be really intimidating if you had to start from scratch and reinvent the wheel every time you were to start a new project.
Luckily in 2021 there is a vast number of brilliant PHP frameworks out there that you can use.
In my opinion using a framework is a must as it would help you structure your project, so that in case that there were other people working on the project they would be able to easily find their way around.
In this post I will list out the 10 most popular PHP frameworks and their creatos!
Laravel
Laravel is a web application framework with expressive, elegant syntax. This is my personal favourite framework! I love the Laravel ecosystem and all of the great open source tools that you could use.
- Website: https://laravel.com
- Creator: Taylor Otwell
- Release date: June 2011
- Source code: Laravel Source Code
- Logo:
Symfony
- Website: https://symfony.com/
- Creator: [https://sensiolabs.com/](SensioLabs SAS)
- Release date: 22 October 2005
- Source code: Symfony Source Code
- Logo:
CodeIgniter
- Website: https://codeigniter.com/
- Creator: British Columbia Institute of Technology
- Release date: February 28, 2006
- Source code: CodeIgniter Source Code
- Logo:
Zend Framework / Laminas Project
The Laminas Project is an open-source continuation of Zend Framework, a PHP framework and component library targeting enterprise applications.
- Website: https://getlaminas.org/
- Creator: Zend
- Release date: March 2006
- Source code: Laminas Source Code
- Logo:
Yii (Framework)
- Website: https://www.yiiframework.com/
- Team: Yii Team
- Release date: December 2008
- Source code: Yii Source Code
- Logo:
CakePHP
- Website: https://cakephp.org/
- Creator: Michal Tatarynowicz
- Release date: April 2005
- Source code: CakePHP Source Code
- Logo:
Slim
- Website: https://www.slimframework.com/
- Creator: Josh Lockhart
- Release date: v1.0.0 was released on Nov 2 2010
- Source code: Slim Source Code
- Logo:
Phalcon
- Website: https://phalcon.io
- Creator: [https://github.com/andresgutierrez](Andres Gutierrez)
- Release date: November 14, 2012
- Source code: Phalcon Source Code
- Logo:
FuelPHP
- Website: https://fuelphp.com/
- Creator: FuelPHP developer team
- Release date: October 2010
- Source code: FuelPHP Source Code
- Logo:
Fat-Free Framework
- Website: https://fatfreeframework.com/
- Creator: Commonly called F3
- Release date: 2009
- Source code: Fat-Free Source Code
- Logo:
Conclusion
If you are just getting started with coding, it might be a bit overwhelming to have to learn a whole Framework. But in the long run this is going to save you a lot fo development time!
If I missed a framework that you think should be on the list make sure to let me know by tagging me on Twitter: @bobbyiliev_
Comments (0)