Skip to content

hary654321/invo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 71.2%
  • Volt 27.1%
  • JavaScript 1.7%