ovr/phalcony

This package is abandoned and no longer maintained. No replacement package was suggested.

Library for expansion the base functional of Phalcon framework.

0.2.7 2016-06-14 15:07 UTC

This package is auto-updated.

Last update: 2020-01-28 20:18:18 UTC


README

Phalconist Latest Stable Version Build Status Coverage Status License

687474703a2f2f646d7472792e6d652f696d672f6c6f676f732f7068616c636f6e792e737667

Library for expansion the base functional of Phalcon framework.

This library is main component of phalcon-module-skeleton and It was created to move repeated functions from all projects to on project on github.

Installation

Installing via Composer

Install composer in a common location or in your project:

curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:

{
    "require": {
        "ovr/phalcony": "~0.2"
    }
}

Run the composer installer:

php composer.phar install

License

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