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

This package is auto-updated.

Last update: 2024-04-07 00:43:20 UTC


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