Prerequsities
First of all, you need to install some prerequisites packages in your system using the following commands. Then install PHP 5.6 or later version with required modules. Install Apache2 Install MySQL
Install Phalcon PHP Module
PHP Phalcon framework is available as of PHP module. You can install it from the same repositories used for PHP installation. Run the following command to install:
Verify Phalcon
Before proceeding for development, make sure Phalcon PHP framework has been successfully installed with your PHP. Create a info.php on your web document root with following content and access it in browser. You will see output like below.
Create Project with Phalcon
As you have successfully installed Phalcon PHP module to your system. Let’s visit below URL to install Phalcon Developer Tools for creating a project and add components in the project. https://tecadmin.net/creating-project-with-phalcon-developer-tools-in-linux/