List of PHP Frameworks |
When you have to work in team its very important for each member of team to follow some architecture so they can share files and merge files easily with the help of well organize files and directory in project.
Most of the PHP frameworks are based on MVC architecture.
So if you will develop project with some PHP framework which is based on MVC architecture in that case you can say that MVC architecture is Skeleton of your project.
MVC Architecture
MVC Architecture |
MVC stands for models, views and controllers.
Models: models files are exist in models directory and these files used to write database queries so you can manage all your database queries into models files.
Views: views files are exist in views directory and these files used to write HTML content of your project so its easy to manage all
HTML files in one place.
Controllers: controllers are only way to access your project even you have to load some html page or you have to access some database query, all controllers files are exist in controllers directory.
So you can say frameworks are making things easy in development with files management, libraries.
List of php frameworks:
Laravel
Laravel PHP framework |
www.laravel.com/docs/5.2#installing-laravel
Documentation Link :
www.laravel.com/docs
Symfony
|
Download Link :
www.symfony.com/download
Documentation Link :
www.symfony.com/doc/current/index.html
CodeIgniter
Codeigniter PHP framework |
Download Link :
www.codeigniter.com/download
Documentation Link :
www.codeigniter.com/docs
Yii 2
|
Download Link :
www.yiiframework.com/download
Documentation Link :
www.yiiframework.com/doc
Phalcon
Phaicon PHP framework |
Download Link :
phalconphp.com/en/download
Documentation Link :
docs.phalconphp.com/en/latest/index.html
CakePHP
|
www.cakephp.org
Documentation Link :
book.cakephp.org/3.0/en/index.html
Zend Framework
ZEND PHP Framework |
framework.zend.com/downloads
Documentation Link :
framework.zend.com/learn
Slim
Slim PHP Framework |
Download Link :
www.slimframework.com
Documentation Link :
www.slimframework.com/docs
FuelPHP
|
www.fuelphp.com
Documentation Link :
www.fuelphp.com/docs
PHPixie
|
www.phpixie.com
Documentation Link :
www.phpixie.com/docs.html
Thanks for reading if you have any question add in comments section.
bhai which framework is best for learning first for beginner.
ReplyDeleteCodeigniter......................
Deletelaravel provides more documentation for newbies
DeleteLaravel is the most popular framework for PHP developers and have more work opportunities.
Delete