Ultimater / invo

Sample application for the Phalcon PHP Framework

Home Page:http://docs.phalconphp.com/en/latest/reference/tutorial-invo.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample application for the Phalcon PHP Framework

http://docs.phalconphp.com/en/latest/reference/tutorial-invo.html


Languages

Language:PHP 71.0%Language:Volt 26.9%Language:JavaScript 1.7%Language:ApacheConf 0.4%