Phalcon (framework)

Phalcon
DevelopersAndres Gutierrez and others
Initial releaseNovember 14, 2012 (2012-11-14)
Stable release
5.10.0 / 25 December 2025 (2025-12-25)
Written inZephir, C, PHP
PlatformUnix, Linux, Mac OS X, Windows
TypeWeb framework
LicenseBSD License
Websitephalcon.io
Repository

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.