/invo

Sample application for the Phalcon PHP Framework

Primary LanguagePHP

INVO Application

Phalcon PHP 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

Installation

First you need to clone this repository:

$ git clone git@github.com:phalcon/invo.git

Then you'll need to create the database and initialize schema:

$ echo 'CREATE DATABASE invo CHARSET=utf8 COLLATE=utf8_unicode_ci' | mysql -u root
$ cat schemas/invo.sql | mysql -u root invo

Also you can override application config by creating app/config/config.ini.dev (already gitignored).

Contributing

See CONTRIBUTING.md

License

Invo is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors