rtraselbd/resellerclub-gsuite-php-api

ResellerClub GSuite API 的 PHP SDK

v1.0.0 2023-03-05 04:05 UTC

This package is auto-updated.

Last update: 2024-09-12 19:03:26 UTC


README

ResellerClub GSuite API 的 PHP SDK

可用的 API 请求

  • 订单
  • GSuite
  • 客户

安装

composer require rtraselbd/resellerclub-gsuite-php-api

使用示例

use RT\ResellerClub\ResellerClub;

/**
* Location: [in = India, se = South East Asia & Egypt, gbl = Global]
* Plan ID:  India, South East Asia & Egypt, Global [Business Starter = (1660,1663,1657), Business Standard = (1661,1664,1658), Business Plus = (1662,1665,1659), Enterprise Plus = (1554, 1560, 1557)]
*/

$resellerClub = new ResellerClub('<userId>', '<apiKey>');
$resellerClub->gsuite()->add('rtrasel3.com', 1, 1, 1, 'NoInvoice', 'gbl', 1657);

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

免责声明

此仓库基于 ResellerClub PHP SDK 仓库。