phalcon/cphalcon
Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.
Maintainers
Package info
Type:php-ext
Ext name:ext-phalcon
pkg:composer/phalcon/cphalcon
Requires
- php: >=8.1
Requires (Dev)
- ext-apcu: *
- ext-dom: *
- ext-gd: *
- ext-iconv: *
- ext-igbinary: *
- ext-imagick: *
- ext-intl: *
- ext-json: *
- ext-libxml: *
- ext-mbstring: *
- ext-msgpack: *
- ext-pcntl: *
- ext-pdo: *
- ext-redis: *
- ext-sqlite3: *
- ext-xml: *
- friendsofphp/php-cs-fixer: ^3.95
- mustache/mustache: ^3.2
- phalcon/ide-stubs: ^5.13.0
- phalcon/zephir: dev-development
- phpstan/phpstan: ^2.2
- phpunit/phpunit: ^10.5
- predis/predis: ^3.4
- squizlabs/php_codesniffer: ^4.0
- twig/twig: ^3.27
- vimeo/psalm: ^6.16
- vlucas/phpdotenv: ^5.6
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause b9e8cc906fe64667013fcc8aa26e154c48fa2947
- Phalcon Team <team.woop@phalcon.io>
- Contributors
Extension name: ext-phalcon
Supports Zend Thread Safety (ZTS): β
Supports non-Thread Safe mode (NTS): β
Supported operating systems: no restrictions
This package is auto-updated.
Last update: 2026-06-28 01:22:36 UTC
README
π Latest Version
π PHP Version
π Total Downloads
π License
π Phalcon 5.x CI
π Quality Gate (phalcon)
π Coverage (phalcon)
π Discord
π Contributors
π Phalcon Backers
π OpenCollective Backers
π OpenCollective Sponsors
π 5.0 Pull Requests
π 5.0 Issues
Phalcon is an open-source web framework delivered as a C extension for PHP, providing high performance and lower resource consumption.
A big thank you to our Backers; you rock!
Getting Started
Phalcon is written in Zephir/C with platform independence in mind. As a result, Phalcon is available on Microsoft Windows, GNU/Linux, FreeBSD and macOS. You can either download a binary package for the system of your choice or build it from source.
Installation
Using PIE (recommended)
PIE is the modern PHP extension installer:
pie install phalcon/cphalcon
Using PECL
Important
PECL has been deprecated, so users should switch to installing Phalcon with PIE. We will keep releasing on PECL until PECL is retired or v5.x reaches its end of life.
pecl install phalcon
From source
For detailed installation instructions you can check our installation page in the docs.
Generating API Documentation
Generating new documentation files for docs repository can be done using the script in bin/generate-api-docs.php. Steps:
- Clone the phalcon repo
- Checkout the tag you would like to generate docs for.
- Run
php bin/generate-api-docs.php - The generated
*.mdfiles will contain the documentation - For publishing to the Phalcon website this repo is used.
Links
General
- Contributing to Phalcon
- Official Documentation
- Zephir β the language Phalcon is written in
- Incubator β community-driven plugins and classes that extend the framework (written in PHP)
Support
Social Media
Sponsors
Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]
π OpenCollective SponsorsBackers
Support us with a monthly donation and help us continue our activities. [Become a backer]
π OpenCollective BackersLicense
Phalcon is open-source software licensed under the BSD 3-Clause License.
Copyright Β© 2011βpresent, Phalcon Team.
See the LICENSE.txt file for details. Additional licenses of packages that Phalcon uses, is inspired by, or has adapted are located in the 3rdparty/licenses directory.
