grizzlyware / salmon-whmcs
Grizzly bears eat salmon
Installs: 12 434
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 5
Forks: 4
Open Issues: 4
Requires
- php: >=5.6.0
- grizzlyware/salmon: ~1
README
Salmon for WHMCS
Extended functionality for WHMCS models, useful helpers. Built with the parent Salmon library.
Installation
Via Composer
composer require grizzlyware/salmon-whmcs
Via WHMCS addon module
Great if you just need to use a certain function for a small modification. Just download and install (salmon.zip) the WHMCS addons module for Salmon.
Usage
You can treat all the WHMCS classes supported by Salmon as you would the default WHMCS ones, as they extend the original WHMCS classes (where WHMCS ones exist). For starters, you will benefit from additional attributes and scopes, as well as code completion for your IDE as it'll be able to read the Salmon code!