Skip to content

PHP SDK for ResellerClub API. Currently all of the domains, contacts and customers API are available.

License

Notifications You must be signed in to change notification settings

afbora/resellerclub-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

composer.json:

"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(<userId>, <apiKey>, true); // Last argument is for testmode.

// Get Available TLDs
$resellerClub->domains()->getTLDs();

// Check Domain Availablity
$resellerClub->domains()->available(['google', 'example'], ['com', 'net']); // This will check google.com, google.net, example.com and example.net

Currently all of the domains, contacts and customers API are available.

About

PHP SDK for ResellerClub API. Currently all of the domains, contacts and customers API are available.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages