PHPackages                             bytelovers/adcumulus-php-client - 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. bytelovers/adcumulus-php-client

ActiveLibrary

bytelovers/adcumulus-php-client
===============================

A Client for Adcumulus API

013PHP

Since Apr 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bytelovers/adcumulus-php-client)[ Packagist](https://packagist.org/packages/bytelovers/adcumulus-php-client)[ RSS](/packages/bytelovers-adcumulus-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

adcumulus-php-client
====================

[](#adcumulus-php-client)

A Client for Adcumulus API

This package is still in beta. Please, create a PR if you detects some error.

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

[](#installation)

```
"require": {
    "bytelovers/adcumulus-php-client": "dev"
}
```

Example
-------

[](#example)

```
$client = new Bytelovers\AdCumulus\Client(
    'API_DOMAIN',
    'API_KEY',
    'API_SECRET' //ONLY for Admin API
    );

$offer = $client->api('Admin\Offer');

try {
    $response = $offers->getById();

    var_dump($response);
} catch (Bytelovers\AdCumulus\Exception $e) {
    echo($e->getMessage());
}
```

Supported
---------

[](#supported)

- Admin API
- Affiliate API
- Advertiser API

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ee82c24e79835ea6ed5890ec1119b422f0b953c22eac342034ea057cc3527d4?d=identicon)[bytelovers](/maintainers/bytelovers)

---

Top Contributors

[![bytelovers](https://avatars.githubusercontent.com/u/4060697?v=4)](https://github.com/bytelovers "bytelovers (43 commits)")

### Embed Badge

![Health badge](/badges/bytelovers-adcumulus-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/bytelovers-adcumulus-php-client/health.svg)](https://phpackages.com/packages/bytelovers-adcumulus-php-client)
```

PHPackages © 2026

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