4ernovm / whmcs-events
There is no license information available for the latest version (0.2.0) of this package.
Wraps WHMCS hooks into Symfony's event dispatcher
0.2.0
2016-12-22 16:46 UTC
Requires
- 4ernovm/whmcs-container: ~0.2
- 4ernovm/whmcs-foundation: ~0.2
- symfony/event-dispatcher: v2.8.*
README
Wraps WHMCS hooks into Symfony's event dispatcher.
Installation
Add 4ernovm/whmcs-events
as a requirement to composer.json:
{ "require": { "4ernovm/whm-events": "0.2.*" } }
Add repository information:
"repositories": [ { "type": "vcs", "url": "git@github.com:4ernovm/whmcs-events.git" } ],
And then run composer update
Usage
will be here soon