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

amirkhiz/resellerclub-php-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This client is used to interact with one of the following APIs:

Available API requests:

  • Actions
  • Contacts
  • Customers
  • Domains
  • Products

Installation

composer require habil/resellerclub-php-api

Usage Example

use habil\ResellerClub\ResellerClub;

$resellerClub = new ResellerClub('<userId>', '<apiKey>');
$resellerClub->domains()->available(['google', 'example'], ['com', 'net']);

Note: All functions return a raw response from API.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Disclaimer

Many thanks to Ahmet Bora. This repository based on his ResellerClub PHP SDK repository.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages