dklib/phalcon-boot

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

PhalconBoot - boot Phalcon in a Class

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/dklib/phalcon-boot

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

This package is not auto-updated.

Last update: 2025-12-21 01:40:56 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"
    }
}