php phalcon 框架

Download:

https://github.com/phalcon/cphalcon/releases/tag/v3.3.2

 

Linux install:

https://phalconphp.com/en/download/linux

Phalcon is a C extension, so you need to download a binary for your platform or compile it from source code.

Ubuntu or Debian

To install Phalcon on Ubuntu or Debian you need to follow these steps:

curl -s "https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh" | sudo bash

sudo apt-get install php5-phalcon

# Ubuntu 16.04+, Debian 9+
sudo apt-get install php7.0-phalcon

If you wish to install the legacy version of Phalcon (1.x) use the following PPA:

sudo apt-add-repository ppa:phalcon/legacy

If you are missing apt-add-repository run the following command:

# Ubuntu 14.04+
sudo apt-get install software-properties-common

# Ubuntu 12.04
sudo apt-get install python-software-properties

github:

https://github.com/phalcon/cphalcon/

 

phalcon xampp:

https://docs.phalconphp.com/3.4/en/webserver-xampp

 

你可能感兴趣的:(php)