habil/resellerclub-php-api

PHP SDK for ResellerClub API

Maintainers

Package info

github.com/amirkhiz/resellerclub-php-api

pkg:composer/habil/resellerclub-php-api

Statistics

Installs: 5 416

Dependents: 0

Suggesters: 0

Stars: 23

Open Issues: 5

v1.5.7 2021-04-08 10:40 UTC

This package is auto-updated.

Last update: 2026-03-01 00:23:22 UTC


README

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.