slacker775/godaddy-domain-api
Composer 安装命令:
composer require slacker775/godaddy-domain-api
包简介
README 文档
README
This is a library to access GoDaddy's domain registration/management API via PHP. This library uses the published Swagger file to auto-generate the client using the Jane libraries from https://github.com/janephp/janephp
use GoDaddy\Domain\ClientFactory;
$apiKey = 'ABCD';
$apiSecret = '1234';
$client = ClientFactory::create($apiKey, $apiSecret);
$domains = $client->listDomains();
dump($domains);
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-10