Phalcon-module-skeleton

Phalcon modules skeleton

View the Project on GitHub ovr/phalcon-module-skeleton

Phalcon Module Skeleton

Build Status License

This is a skeleton application written on phalcon framework with performance boost. This project can be used to develop projects with phalcon framework by easy way.

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

Features

How to install

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/example-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 phalcon-module.dmtry.me.

License

This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.