dklib/phalcon-boot

There is no license information available for the latest version (dev-master) of this package.

PhalconBoot - boot Phalcon in a Class

dev-master 2016-05-07 21:23 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:52:55 UTC


README

PhalconBoot: register services, loader, configs,... in a Class of App only

Installation

The recommended installation is via Composer. Just add the following line to your composer.json:

{
    "require": {
        "dklib/phalcon-boot":"dev-master"
    }
}