Download the PHP package jswh/whm-api without Composer
On this page you can find all versions of the php package jswh/whm-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor jswh
Package whm-api
Short Description a php version of whm api wrapper and the wrapper generator
License MIT
Homepage https://github.com/jswh/WhmApi
Package whm-api
Short Description a php version of whm api wrapper and the wrapper generator
License MIT
Homepage https://github.com/jswh/WhmApi
Please rate this library. Is it a good library?
Informations about the package whm-api
WhmApi
a php version of whm api wrapper and the wrapper generator
install
composer require jswh/whm-api
usage
$accessToken = 'test token';
$whm = new Whm('username', 'www.site.com', $accessToken);
$whm->AddonDomians->convert_addon_fetch_domain_details('www.jswh.lol');
Tips
- almost all api are generated by the ApiGenerator by parsing the whm api website
- the api function names are the same with that on the website
- the required parameters are set in the function arguments
- not required parameters can be put into the
$params
function argument if exist
All versions of whm-api with dependencies
PHP Build Version
Package Version
Requires
guzzle/guzzle Version
^3.9
The package jswh/whm-api contains the following files
Loading the files please wait ....