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

Installs: 106

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/4ernovm/whmcs-events

0.2.0 2016-12-22 16:46 UTC

This package is auto-updated.

Last update: 2025-10-07 03:41:40 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