rtraselbd / resellerclub-gsuite-php-api
PHP SDK for ResellerClub GSuite API
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rtraselbd/resellerclub-gsuite-php-api
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ~6
- psr/log: ^3.0
README
PHP SDK for ResellerClub GSuite API
Available API requests:
- Orders
- GSuite
- Customers
Installation
composer require rtraselbd/resellerclub-gsuite-php-api
Usage Example
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);
Note: All functions return a raw response from API.
Disclaimer
This repository based on ResellerClub PHP SDK repository.