PHPackages                             nocvp/zf3-resellerclub - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nocvp/zf3-resellerclub

ActiveModule[Utility &amp; Helpers](/categories/utility)

nocvp/zf3-resellerclub
======================

013PHP

Since Dec 10Pushed 9y ago3 watchersCompare

[ Source](https://github.com/nocvp/zf3-resellerclub)[ Packagist](https://packagist.org/packages/nocvp/zf3-resellerclub)[ RSS](/packages/nocvp-zf3-resellerclub/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zf3 ResellerClub Query
======================

[](#zf3-resellerclub-query)

This module uses the [afbora/resellerclub-php-sdk](https://github.com/afbora/resellerclub-php-sdk "afbora/resellerclub-php-sdk Package")

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

[](#installation)

For the installation uses composer [composer](http://getcomposer.org "composer - package manager"). Add this project in your composer.json:

```
"require": {
    "nocvp/zf3-resellerclub": "dev-master"
}

```

Examples
========

[](#examples)

Default use of Zf3 ResellerClub
-------------------------------

[](#default-use-of-zf3-resellerclub)

```
$resellerClubService = $container->get('resellerClub');
// Get Available TLDs
$resellerClubService->domains()->getTLDs();

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

or in your controller

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

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

Contributors
============

[](#contributors)

Semih SARI -

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cd83d6b6c035e0082e898195d02aa9fb561d10be79e5a6946b8815be8bc33f8?d=identicon)[semihs](/maintainers/semihs)

### Embed Badge

![Health badge](/badges/nocvp-zf3-resellerclub/health.svg)

```
[![Health](https://phpackages.com/badges/nocvp-zf3-resellerclub/health.svg)](https://phpackages.com/packages/nocvp-zf3-resellerclub)
```

###  Alternatives

[laravel-admin-ext/daterangepicker

Integrates daterangepicker into laravel-admin

3337.5k](/packages/laravel-admin-ext-daterangepicker)

PHPackages © 2026

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