- 安装开发依赖包
sudo apt install libpcre3-dev
- phalcon及相关扩展的安装
pecl channel-update pecl.php.net
pecl install psr
pecl install yaml
pecl install phalcon
pecl install redis
pecl install igbinary
phalcon从4.0开始,为方便开发者投入了更多的精力,包括各平台的安装源支持、开发者工具的便利性(支持composer安装)都有了极大提高,赞!!!
附:phalcon-devtools安装
composer global require 'phalcon/phalcon-devtools'