PHPackages                             kazist/resellerclub-php-sdk - 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. kazist/resellerclub-php-sdk

ActiveLibrary[API Development](/categories/api)

kazist/resellerclub-php-sdk
===========================

Kazist PHP SDK for ResellerClub API

1.0.7(8y ago)0961MITPHP

Since Apr 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kazist/resellerclub-php-sdk)[ Packagist](https://packagist.org/packages/kazist/resellerclub-php-sdk)[ RSS](/packages/kazist-resellerclub-php-sdk/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (9)Used By (0)

Installation
============

[](#installation)

`composer.json`:

```
"repositories": [
      {
          "type": "vcs",
          "url":  "https://github.com/kazist/resellerclub-php-sdk.git"
      }
  ],
  "require": {
    "kazist/resellerclub-php-sdk": "dev-master"
  }

```

Usage
=====

[](#usage)

Note: All functions return raw response from ResellerClubs's API. (This will change in the future)

```
$resellerClub = \Kazist\ResellerClub\ResellerClub(, , true); // Last argument is for testmode.

// Get Available TLDs
$resellerClub->domains()->getTLDs();

// Check Domain Availablity
$resellerClub->domains()->available(['google', 'example'], ['com', 'net']); // This will check google.com, google.net, example.com and example.net

```

Currently all of the domains, contacts and customers API are available.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 53.8% 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 ~96 days

Recently: every ~15 days

Total

8

Last Release

3060d ago

### Community

Maintainers

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

---

Top Contributors

[![dedanirungu](https://avatars.githubusercontent.com/u/1658098?v=4)](https://github.com/dedanirungu "dedanirungu (7 commits)")[![afbora](https://avatars.githubusercontent.com/u/3393422?v=4)](https://github.com/afbora "afbora (6 commits)")

### Embed Badge

![Health badge](/badges/kazist-resellerclub-php-sdk/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

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

TencentCloudApi php sdk

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

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

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

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[fschmtt/keycloak-rest-api-client-php

PHP client to interact with Keycloak's Admin REST API.

49108.6k2](/packages/fschmtt-keycloak-rest-api-client-php)

PHPackages © 2026

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