dev-master
9999999-devPHP SDK for ResellerClub API
MIT
The Requires
by Ahmet Bora
1.0.x-dev
1.0.9999999.9999999-devPHP SDK for ResellerClub API
MIT
The Requires
by Ahmet Bora
PHP SDK for ResellerClub API
composer.json
:, (*1)
"repositories": [ { "type": "vcs", "url": "https://github.com/afbora/resellerclub-php-sdk.git" } ], "require": { "afbora/resellerclub-php-sdk": "dev-master" } ``` # Usage Note: All functions return raw response from ResellerClubs's API. (This will change in the future)
$resellerClub = \afbora\ResellerClub\ResellerClub(
// Get Available TLDs $resellerClub->domains()->getTLDs();, (*3)
// Check Domain Availablity $resellerClub->domains()->available(['google', 'example'], ['com', 'net']); // This will check google.com, google.net, example.com and example.net ```, (*4)
Currently all of the domains, contacts and customers API are available., (*5)
PHP SDK for ResellerClub API
MIT
PHP SDK for ResellerClub API
MIT