4ernovm / whmcs-events
Wraps WHMCS hooks into Symfony's event dispatcher
Installs: 106
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/4ernovm/whmcs-events
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