4ernovm / whmcs-container
There is no license information available for the latest version (0.2.1) of this package.
Apparently WHMCS has it's own DI container but we'll keep our own container aside because we don't want to mess things up
0.2.1
2017-09-07 14:27 UTC
Requires
- illuminate/container: 5.2.*
- illuminate/support: 5.2.*
This package is auto-updated.
Last update: 2024-11-07 02:19:31 UTC
README
Apparently WHMCS has it's own DI container but we'll keep our own container aside because we don't want to mess things up
Installation
Add 4ernovm/whmcs-container
as a requirement to composer.json:
{ "require": { "4ernovm/whm-container": "0.2.*" } }
Add repository information:
"repositories": [ { "type": "vcs", "url": "git@github.com:4ernovm/whmcs-container.git" } ],
And then run composer update
Usage
will be here soon