2017 © Pedro Peláez
 

library resellerclub-php-sdk

PHP SDK for ResellerClub API

image

afbora/resellerclub-php-sdk

PHP SDK for ResellerClub API

  • Saturday, May 20, 2017
  • by semihs
  • Repository
  • 1 Watchers
  • 4 Stars
  • 184 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 2 Versions
  • 19 % Grown

The README.md

Installation

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

// 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)

The Versions

20/05 2017

dev-master

9999999-dev

PHP SDK for ResellerClub API

  Sources   Download

MIT

The Requires

 

by Ahmet Bora

11/04 2016

1.0.x-dev

1.0.9999999.9999999-dev

PHP SDK for ResellerClub API

  Sources   Download

MIT

The Requires

 

by Ahmet Bora