Phalcon (framework)

Phalcon
Developer(s)Andres Gutierrez and others
Initial releaseNovember 14, 2012 (2012-11-14)
Stable release
5.8.0 / 9 July 2024 (2024-07-09)
Preview release
5.8.0 / 9 July 2024 (2024-07-09)
Repository
Written inZephir, C, PHP
PlatformUnix, Linux, Mac OS X, Windows
TypeWeb framework
LicenseBSD License
Websitephalcon.io

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.