4ernovm/whmcs-foundation

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

Allows to work with addon pages in MVC manner

0.2.1 2016-12-26 14:53 UTC

This package is auto-updated.

Last update: 2024-04-07 00:53:30 UTC


README

Allows to work with addon pages in MVC manner.

Installation

Add 4ernovm/whmcs-foundation as a requirement to composer.json:

{
    "require": {
        "4ernovm/whm-foundation": "0.2.*"
    }
}

Add repository information:

"repositories": [
    {
        "type": "vcs",
        "url": "git@github.com:4ernovm/whmcs-foundation.git"
    }
],

And then run composer update

Usage

will be here soon