PHPackages                             digicatech/resellerclub-php-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. digicatech/resellerclub-php-api

ActiveLibrary[API Development](/categories/api)

digicatech/resellerclub-php-api
===============================

PHP SDK for ResellerClub API

1.4.3(3mo ago)69.6k↑30%2MITPHP

Since Dec 18Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/digicatech/resellerclub-php-api)[ Packagist](https://packagist.org/packages/digicatech/resellerclub-php-api)[ RSS](/packages/digicatech-resellerclub-php-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (18)Used By (0)

Description
===========

[](#description)

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

- ResellerClub ([Docs](https://resellerclub.webpropanel.com/kb/answer/751))

Available API requests:

- Actions
- Billing
- Contacts
- Customers
- Dns
- Domains
- Orders
- Products
- Sslcert

Installation
------------

[](#installation)

```
composer require digicatech/resellerclub-php-api
```

OR GITHUB REPOSITORY

`composer.json`:

```
"repositories": [
      {
          "type": "vcs",
          "url":  "https://github.com/digicatech/resellerclub-php-api"
      }
  ],
  "require": {
    "digicatech/resellerclub-php-api": "dev-main"
  }

```

OR LOCAL PATH

`composer.json`:

```
"repositories": [
        {
            "type": "path",
            "url":  "resellerclub-php-api"
        }
],
"require": {
        "digicatech/resellerclub-php-api": "dev-main"
}

```

Usage Example
-------------

[](#usage-example)

`live mode`:

```
use digicatech\ResellerClub\ResellerClub;

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

`test mode`:

```
use digicatech\ResellerClub\ResellerClub;

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

Note: All functions return a raw response from API.

### Disclaimer

[](#disclaimer)

Many thanks to [Ahmet Bora](https://github.com/afbora "Ahmet Bora"). This repository based on his [ResellerClub PHP SDK](https://github.com/afbora/resellerclub-php-sdk "ResellerClub PHP SDK") repository.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance78

Regular maintenance activity

Popularity32

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 76.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~116 days

Recently: every ~208 days

Total

17

Last Release

114d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/caf730a3baf4c8819d078a672d27d5712a04c0fb361fddab5f0137e694f401f8?d=identicon)[digicatech](/maintainers/digicatech)

---

Top Contributors

[![digicatech](https://avatars.githubusercontent.com/u/32608447?v=4)](https://github.com/digicatech "digicatech (42 commits)")[![aaltay35](https://avatars.githubusercontent.com/u/5555164?v=4)](https://github.com/aaltay35 "aaltay35 (6 commits)")[![ltenhagen](https://avatars.githubusercontent.com/u/102990649?v=4)](https://github.com/ltenhagen "ltenhagen (4 commits)")[![aaltaymng](https://avatars.githubusercontent.com/u/101545100?v=4)](https://github.com/aaltaymng "aaltaymng (2 commits)")[![Brianvanwessel](https://avatars.githubusercontent.com/u/31928901?v=4)](https://github.com/Brianvanwessel "Brianvanwessel (1 commits)")

### Embed Badge

![Health badge](/badges/digicatech-resellerclub-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/digicatech-resellerclub-php-api/health.svg)](https://phpackages.com/packages/digicatech-resellerclub-php-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
