jswh/whm-api
Composer 安装命令:
composer require jswh/whm-api
包简介
a php version of whm api wrapper and the wrapper generator
README 文档
README
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
$paramsfunction argument if exist
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-19