Phalcon (framework)
| Phalcon | |
|---|---|
| Developer(s) | Andres Gutierrez and others |
| Initial release | November 14, 2012 |
| Stable release | 5.8.0
/ 9 July 2024 |
| Preview release | 5.8.0
/ 9 July 2024 |
| Repository | |
| Written in | Zephir, C, PHP |
| Platform | Unix, Linux, Mac OS X, Windows |
| Type | Web framework |
| License | BSD License |
| Website | phalcon |
Phalcon is a PHP web framework based on the model–view–controller (MVC) pattern. Originally released in 2012, it is an open-source framework licensed under the terms of the BSD License.
Unlike other PHP frameworks that are written purely in PHP, Phalcon is implemented as a web server extension written in Zephir and C, aiming to boost execution speed, reduce resource usage, and handle more HTTP requests per second than comparable frameworks written primarily in PHP. One drawback of this approach is that root/administrative access is required on the server to install Phalcon by building a custom binary or using a precompiled one.