INVO Application
Phalcon is a web framework delivered as a C extension providing high performance and lower resource consumption.
This is a sample application for the Phalcon PHP Framework. We expect to implement as many features as possible to showcase the framework and its potential.
Please write us if you have any feedback.
Thanks.
NOTE
The master branch will always contain the latest stable version. If you wish to check older versions or newer ones currently under development, please switch to the relevant branch.
Get Started
Requirements
- PHP >= 7.2
- Apache Web Server with mod_rewrite enabled or Nginx Web Server
- Latest stable Phalcon Framework release extension enabled
- MySQL >= 5.5
Installation
- Copy project to local environment -
git clone [email protected]:phalcon/invo.git
- Copy file
cp .env.example .env
- Edit .env file with your DB connection information
- Run DB migrations
vendor/bin/phalcon-migrations migration run --config=migrations.php
Contributing
See CONTRIBUTING.md
Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
Backers
Support us with a monthly donation and help us continue our activities. [Become a backer]
License
Invo is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors