Home

Awesome

Phalcon Module Skeleton

Phalconist Author Build Status Software License Dependency Status

Getting started [ru] :: Vagrant :: Rest Edition

This is a skeleton application written on Phalcon framework with performance boost. This project created to develop applications in an easy way.

For current time project is under development, have fun :)

Features

How to install

Using Composer (recommended)

Best way to install skeleton would be Composer, if you didn't install it

Run code in the terminal:

composer create-project ovr/phalcon-module-skeleton=dev-master /path/to/install

Using Git

First you need to clone the project, update vendors:

git clone https://github.com/ovr/phalcon-module-skeleton.git ./project
cd project
composer update

Install vhost for your virtual server

cp ./docs/configs/nginx.phalcony.local.conf /etc/nginx/sites-enabled/you.host.conf

Don`t forget to edit nginx config and restart nginx:

nano /etc/nginx/sites-enabled/you.host.conf
sudo service nginx restart

Requirements

Online Demo

You can see online demo on http://phalcon-module.dmtry.me/.

License

This project is open-sourced software licensed under the MIT License.

See the LICENSE file for more information.