kazist/resellerclub-php-sdk
Composer 安装命令:
composer require kazist/resellerclub-php-sdk
包简介
Kazist PHP SDK for ResellerClub API
README 文档
README
composer.json:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kazist/resellerclub-php-sdk.git"
}
],
"require": {
"kazist/resellerclub-php-sdk": "dev-master"
}
Usage
Note: All functions return raw response from ResellerClubs's API. (This will change in the future)
$resellerClub = \Kazist\ResellerClub\ResellerClub(<userId>, <apiKey>, true); // Last argument is for testmode.
// Get Available TLDs
$resellerClub->domains()->getTLDs();
// Check Domain Availablity
$resellerClub->domains()->available(['google', 'example'], ['com', 'net']); // This will check google.com, google.net, example.com and example.net
Currently all of the domains, contacts and customers API are available.
统计信息
- 总下载量: 96
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-23