4ernovm / whmcs-container
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
Installs: 168
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/4ernovm/whmcs-container
Requires
- illuminate/container: 5.2.*
- illuminate/support: 5.2.*
This package is auto-updated.
Last update: 2025-10-07 04:29:29 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