PHPackages                             devit/hasoffers-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. [API Development](/categories/api)
4. /
5. devit/hasoffers-php-client

ActiveLibrary[API Development](/categories/api)

devit/hasoffers-php-client
==========================

A clean &amp; simple PHP Wrapper around the HasOffers API

36.1k2[1 PRs](https://github.com/dev-it/hasoffers-php/pulls)PHP

Since Nov 12Pushed 4y ago4 watchersCompare

[ Source](https://github.com/dev-it/hasoffers-php)[ Packagist](https://packagist.org/packages/devit/hasoffers-php-client)[ RSS](/packages/devit-hasoffers-php-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

HasOffers PHP Client
====================

[](#hasoffers-php-client)

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

[](#installation)

```
"require": {
    "devit/hasoffers-php-client": "dev-master"
}
```

Example
-------

[](#example)

```
$client = new DevIT\Hasoffers\Client('API_KEY', 'NETWORK_ID');

$offers = $client->api('Affiliate\Offer');

try {
    $response = $offers->findAll(['limit' => 5]);

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

Supported
---------

[](#supported)

- Affiliate API
- Brand API

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% 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/e5b11a9dc8f91dcbdbba5f7e99cd0b0d992741b514b5c1a28539dd1e749cc9c2?d=identicon)[robinfranssen](/maintainers/robinfranssen)

---

Top Contributors

[![aXent](https://avatars.githubusercontent.com/u/506956?v=4)](https://github.com/aXent "aXent (6 commits)")[![metalmini](https://avatars.githubusercontent.com/u/510652?v=4)](https://github.com/metalmini "metalmini (1 commits)")

### Embed Badge

![Health badge](/badges/devit-hasoffers-php-client/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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