4ernovm / whmcs-orm
There is no license information available for the latest version (0.2.0) of this package.
A set of models for WHMCS tables
0.2.0
2016-12-22 16:47 UTC
Requires
- illuminate/database: 5.2.*
This package is auto-updated.
Last update: 2024-11-07 02:09:23 UTC
README
A set of models for WHMCS tables. It also contains abstract repository and manager.
Installation
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
Installation
will be here soon