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(5mo ago)610.3k↓78.3%2MITPHP

Since Dec 18Pushed 5mo 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 yesterday

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

47

—

FairBetter than 93% of packages

Maintenance72

Regular maintenance activity

Popularity26

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

160d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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