0% found this document useful (0 votes)
17 views16 pages

Top 5 PHP Frameworks

This slide will help you to know more about the advantages and disadvantages of php to know more visit : http://itmarkerz.co.in/php-development-service-company.php
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views16 pages

Top 5 PHP Frameworks

This slide will help you to know more about the advantages and disadvantages of php to know more visit : http://itmarkerz.co.in/php-development-service-company.php
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

Top 5

PhP Framework
1. Laravel
PRO's of Laravel

. A Organize files and code


· Rapid application development
· MVC architecture (and PHP7)
· Unit testing (FAST on HHVM)
· Best documentation of any
· High level of abstraction
· Overloading capabilities using dynamic methods
· Tons of out of the box functionality
· payment integration with stripe
· very strong encryption packages
· ORM
CON's of Laravel

· Does NOT work on Shared hosting plans


· Does Many queries on your database
2. Phalcon
PRO's of Phalcon
Blazing fast with low overheads
Auto loading
Unique in that it is based as a C-extension
VERY good Security features built-in
Lots of documentation
Developer friendly
PRO's of Phalcon
Not as open source as Laravel
Bugs need waiting to be patches by developers of Phalcon
Does not work with HHVM
3. Symfony
PRO's of Symfony
High performance, due to byte code
caching
Stable
Well documented, maintained, and supported
Very good support and is very mature
CON's of Symfony

· While the documentation is good, there is a steep learning


curve.
· Companies are moving to MVC Framework architectures and
Symfony2 does not support MVC.
4. Codeigniter
PRO's of Codeigniter
Very developer friendly Doesn't need any special dependencies or
supports
Ability to use normal web hosting services well, using standard
databases such as MySQL
Outperforms most other frameworks (non MVC)
Good documentation and LTS (Long Term Support)
CON's of Codeigniter

No namespace's, however this can speed up

Not as friendly towards unit testing as others

Few libraries that are built inside the framework


5. Cakephp
PRO's of Cakephp
Modern framework · Supports PHP 5.5+
Scaff holding system and Fast builds
Very good for commercial web applications (MIT License)
Database Access, Caching, Validation, Authentication, are built in
Extensive safekeeping tools include cross site
scripting prevention, SQL Injection prevention,
CSRF, and Form Validation
CON's of Cakephp
Good Documentation

Actively developed

Not as good for constructing Restful APIS as Laravel or


others listed

You might also like