PHPackages                             ap/resellerclubbundle - 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. ap/resellerclubbundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ap/resellerclubbundle
=====================

Symfony ApResellerclubBundle

1.0(11y ago)6371MITPHPPHP &gt;=5.3.2

Since Dec 3Pushed 10y ago3 watchersCompare

[ Source](https://github.com/aprendephp/ApResellerclubBundle)[ Packagist](https://packagist.org/packages/ap/resellerclubbundle)[ Docs](https://github.com/aprendephp)[ RSS](/packages/ap-resellerclubbundle/feed)WikiDiscussions master Synced today

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

ApResellerClubBundle
====================

[](#apresellerclubbundle)

### Instalation:

[](#instalation)

Add this line in composer.json

```
	"require": {
	     ...
         "ap/resellerclubbundle": "1.0.*@dev"
```

AppKernel.php

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Ap\ResellerclubBundle\ApResellerclubBundle(),
    );
}
```

Update:

```
  composer update
```

### Configuration:

[](#configuration)

In parameters.yml

```
    reseller_authuserid:
    reseller_apikey:
    reseller_test:
```

### Example:

[](#example)

```
		$this->resellerClub = $container->get('ap_resellerclub.api');

		$customerSignup = new CustomerSignup('anyuser@asf.com','anypass','A Good Name ', 'Company', 'Avenue 78890', 'San Jhon', 'San Jhon', null, 'UY','820347', '34', '87508745', 'es');

        $this->resellerClub->setOperation($customerSignup);
        $this->customerId = $this->resellerClub->exec();
```

### Important:

[](#important)

[Testing ONLY with a Demo Account](http://cp.onlyfordemo.net/servlet/ResellerSignupServlet?&validatenow=false)

### Disclaimer:

[](#disclaimer)

THIS SOFTWARE IS PROVIDED BY "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES

PR are wellcome

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

4229d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cacf09e91d1fb077508a704bc9e36424c45a92eb8532c42f71919e14245667d?d=identicon)[ysramirez](/maintainers/ysramirez)

---

Top Contributors

[![ysramirez](https://avatars.githubusercontent.com/u/5892242?v=4)](https://github.com/ysramirez "ysramirez (25 commits)")

---

Tags

Resellerclub Bundle

### Embed Badge

![Health badge](/badges/ap-resellerclubbundle/health.svg)

```
[![Health](https://phpackages.com/badges/ap-resellerclubbundle/health.svg)](https://phpackages.com/packages/ap-resellerclubbundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k23](/packages/symfony-ai-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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