Phalcon Features

  • It is the fastest framework for PHP.
  • It is a full stack open source framework.
  • It can create independent framework.
  • It requires less amount of code for specific task implementation.
  • It provides ORM (Object Relational Mapping), templating engine, routing, caching etc.
  • It is a loosely coupled framework, user can build a project with a directory structure as per the application requirement.

Comparison of other framework with Phalcon

Yii2ZEND1CodeIgniter2CakePHPPhalcon
Best forAny project- small, medium, largeMedium and Large ProjectsAny project- small, medium, largeSmall and Medium ProjectsAny project- small, medium, large
Runs onPHP 5.4PHP 5.2PHP 5.1PHP 5.2PHP 5.4
LicenseNew BSDNew BSDMITMITNew BSD, AGPL
Required SkillsPHP5,OOPPHP5, OOP and awareness of design patternPHP, Basic OOPPHP, OOP, ability to sort out frameworkPHP
SpeedFastLight weight, easy customizableAgile, has a small footprintslowSuper-fast
Performance123.5 request per second103.2 request per second187.78 request per second54.97 request per second822.96 request per second
Multiuser SystemConditionalYesConditionalYes
Database Supported
  • MySQl
  • SQLite
  • Microsoft Bl
  • Oracle
  • PostgreSQL
  • MongoDB
  • Apache Derby
  • IBM DB2
  • MySQL
  • Oracle
  • PostgreSQL
  • MySQl
  • SQLite
  • Microsoft Server
  • Oracle
  • PostgreSQL
  • MongoDB
  • IBM DB2
  • CUBRID
  • JDBC
  • Firebird
  • Redis
  • Memcached
  • Oracle
  • PostgreSQl
  • MongoDB
  • MySQL
  • SQLite
  • Microsoft Bl
  • MySQl
  • SQLite
  • Microsoft Bl
  • Oracle
  • PostgreSQL
  • MongoDB
  • MariaDB
  • MemcacheDB
Design PatternDAO, MVC, HMVC,Active record, ObserverMVC, Dependency Injection, Adapter, Action ControllerActive, MVC, HMVCActive record, MVC, Event drivenDependency Injection, MVC, HMVC,Active record, Observer, Event driven
Code GeneratorYii CLI, GiiCLICode generator consoleCLICRUD,CLI
Testing LibraryPHP unit, SeleniumPHP unitPHP unitPHP unitPHP unit





Latest Courses