A set of models for WHMCS tables. It also contains abstract repository and manager.
Add 4ernovm/whmcs-orm as a requirement to composer.json:
{
"require": {
"4ernovm/whm-orm": "0.2.*"
}
}Add repository information:
"repositories": [
{
"type": "vcs",
"url": "git@github.com:4ernovm/whmcs-orm.git"
}
],And then run composer update
will be here soon