Phalcon is a high performance Php framework with MVC support.
Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.
Homepage:- https://phalconphp.com
httpd -v ; php -v ; sestatus ; cat /etc/redhat-release
yum groupinstall 'Development Tools'
yum -y install php56w-devel gcc libtool gcc-c++ pcre-devel zlib-devel make unzip re2c
git clone https://github.com/phalcon/cphalcon.git
cd cphalcon/build
./install
======================================================