habil/resellerclub-php-api

ResellerClub API 的 PHP SDK

v1.5.7 2021-04-08 10:40 UTC

This package is auto-updated.

Last update: 2024-09-29 04:42:41 UTC


README

此客户端用于与以下 API 交互:

可用的 API 请求

  • 操作
  • 联系人
  • 客户
  • 域名
  • 产品

安装

composer require habil/resellerclub-php-api

使用示例

use habil\ResellerClub\ResellerClub;

$resellerClub = new ResellerClub('<userId>', '<apiKey>');
$resellerClub->domains()->available(['google', 'example'], ['com', 'net']);

注意:所有函数都返回 API 的原始响应。

贡献

欢迎提交拉取请求。对于重大更改,请先提交问题以讨论您希望更改的内容。

免责声明

非常感谢 Ahmet Bora。此存储库基于他的 ResellerClub PHP SDK 存储库。