PhalconPHP is a PHP web framework developed using C extensions, providing high performance and low resource usage. Phalcon is an open source, full-stack PHP 5 framework written using C extensions and specifically optimized for high performance. There is no need to learn and use C language, all functions are presented as PHP classes. Phalcon is a loosely coupled framework. Phalcon 2.0 is based on the high-performance compiled language Zephir. The purpose of Zephir is to provide a new and simpler syntax for writing PHP extensions. Phalcon 1.x has not been completely migrated to Phalcon 2.0. For example, the current database only supports MySQL.
Expand