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

ActiveLibrary[API Development](/categories/api)

afbora/resellerclub-php-sdk
===========================

PHP SDK for ResellerClub API

1.0.x-dev(10y ago)112235[1 issues](https://github.com/afbora/resellerclub-php-sdk/issues)[1 PRs](https://github.com/afbora/resellerclub-php-sdk/pulls)MITPHP

Since Apr 11Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

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

[](#installation)

`composer.json`:

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

```

Usage
=====

[](#usage)

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

```
$resellerClub = \afbora\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

27

—

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3684d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78e176965f9f86b8de5a5e684e12df12a7ee15aca2848cf4394c30941c50ae7e?d=identicon)[afbora](/maintainers/afbora)

---

Top Contributors

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

### Embed Badge

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

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

###  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)
