Phalcon Tutorial
Phalcon is a web framework for PHP delivered as a C extension providing high performance and lower resource consumption.
This is a very simple tutorial to understand the basis of work with Phalcon.
Check out an explanation article.
Get Started
Requirements
To run this application on your machine, you need at least:
- PHP >= 8.0+
- Server Any of the following
- Apache Web Server with mod_rewrite enabled
- Nginx Web Server
- Latest stable Phalcon Framework release extension enabled
You can also run the application using nanobox.io. Installation instructions for nanobox can be found here.
Running the application
- Clone the repository to a folder on your machine
- Navigate to that folder
- Run
nanobox run
- After the application compiles you will see
/app $
in your terminal. Typephp-server
to run apache - Navigate to the IP address displayed in the console.
License
Phalcon Tutorial is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors