8000 GitHub - phalcon/packagecloud at 1.2.2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

phalcon/packagecloud

Repository files navigation

Phalcon Build Project

Build Status

Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.

Installation Instructions

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:

Supported Operating Systems

Ubuntu

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

Debian

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

CentOS (RHEL)

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

Fedora

Coming Soon

Add new package repository

DEB packages

# 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

RPM packages

# 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

Installation

DEB packages

# 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

RPM packages

# 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

Download packages manually

License

Phalcon is open source software licensed under the New BSD License.
See the LICENSE.txt file for more.

0