Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.
Phalcon distribution is hosted at PackageCloud. Stable versions correspond to Phalcon release tags and should be used in production. Nightly versions are built daily and should not be used in production. Installation/configuration details for each version and operating system can be found below:
Codename | OS Release | Phalcon Releases | Supported PHP versions |
---|---|---|---|
trusty |
14.04 LTS | 3.0.0 - 3.2.1 |
5.5.x , 7.0.x |
trusty |
14.04 LTS | 3.1.2 - 3.2.1 |
7.1.x |
wily |
15.10 | 3.0.0 - 3.2.1 |
5.6.x |
xenial |
16.04 LTS | 3.0.0 - 3.2.1 |
7.0.x |
xenial |
16.04 LTS | 3.1.2 - 3.2.1 |
7.1.x |
Codename | OS Release | Phalcon Releases | Supported PHP versions |
---|---|---|---|
jessie |
8.5 LTS | 3.0.0 - 3.2.1 |
5.6.x , 7.0.x |
jessie |
8.5 LTS | 3.1.2 - 3.2.1 |
7.1.x |
stretch |
9 | 3.0.0 - 3.2.1 |
7.0.x |
stretch |
9 | 3.1.2 - 3.2.1 |
7.1.x |
Codename | OS Release | Phalcon Releases | Supported PHP versions | RPM repo |
---|---|---|---|---|
Core |
7.2 LTS | 3.0.0 - 3.2.1 |
php55u , php56u , php70u |
IUS |
Core |
7.2 LTS | 3.1.2 - 3.2.1 |
php71u |
IUS |
Support of other RPM repos is coming soon
Coming Soon
# Stable releases
curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh | sudo bash
# Nightly releases
curl -s https://packagecloud.io/install/repositories/phalcon/nightly/script.deb.sh | sudo bash
# Stable releases
curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.rpm.sh | sudo bash
# Nightly releases
curl -s https://packagecloud.io/install/repositories/phalcon/nightly/script.rpm.sh | sudo bash
# PHP 5
sudo apt-get install php5-phalcon
# PHP 7.0
sudo apt-get install php7.0-phalcon
# PHP 7.1
sudo apt-get install php7.1-phalcon
# IUS repository
# PHP 5.5
sudo yum install php55u-phalcon
# PHP 5.6
sudo yum install php56u-phalcon
# PHP 7.0
sudo yum install php70u-phalcon
# PHP 7.1
sudo yum install php71u-phalcon
- Packages for stable version
- Packages for nightly version
Phalcon is open source software licensed under the New BSD License.
See the LICENSE.txt file for more.