getsky/pherlin

Skeleton for develop Phalcon applications

v1.4.2 2014-10-28 09:19 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:43:54 UTC


README

Dependency Status Stories in Ready

What is Pherlin?

Pherlin is an open source, which is a wrapper for a quick start developing applications on proper framework Phalcon. Pherlin is loosely coupled, allowing you to use its objects in your application based on Phalcon.

What gives Pherlin?

Pherlin enables flexibly manage your application by means of configuration files:

  • possibility to organize different behavior of the program depending on the environment;
  • organize initialization of Dependency Injection through configuration files with support for all native capabilities;
  • organize uniform storage and connecting modules, including with their installation through the composer.

Installation

To use Pherlin, you must have installed php 5.4 or later version, Phalcon 1.2.4 or later version, and must be installed composer to install dependencies.

Pherlin can be downloaded in two ways:

  • use composer by running the command composer create-project getsky/pherlin myproject -s stable;

  • or by downloading the archive project from github and install the dependency packages by runniing the command composer update .

Documentation

Complete documentation: