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
Requires
- 4ernovm/whmcs-container: ~0.2
- 4ernovm/whmcs-orm: ~0.2
- symfony/http-foundation: v2.8.*
- symfony/templating: 2.8.*
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