PHPackages                             abenity/abenity-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. abenity/abenity-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

abenity/abenity-php
===================

PHP client for the Abenity API documented at https://abenity.com/developers/api

v2.2.1(2y ago)1117.5k↓30%3MITPHPPHP ^5.3 || ^7.0 || ^8.0

Since Nov 7Pushed 2y ago4 watchersCompare

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

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

PHP Client for Abenity API
==========================

[](#php-client-for-abenity-api)

A PHP library for using the Abenity API.

You can find the full API documentation in the [official documentation](https://abenity.com/developers/api/members).

Requirements
------------

[](#requirements)

This library works with PHP versions 7 and 8 and requires the [OpenSSL module](https://www.php.net/manual/en/book.openssl.php)

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

[](#installation)

### With Composer

[](#with-composer)

[`abenity/abenity-php`](http://packagist.org/packages/abenity/abenity-php) package is available on [Packagist](http://packagist.org).

Include it in your `composer.json` as follows:

1. Add abenity/abenity-php as a dependency in composer.json.

    ```
    composer require abenity/abenity-php:^2

    ```
2. Now `Abenity` will be autoloaded into your project.

    ```
    require 'vendor/autoload.php';

    $abenity = new Abenity\ApiClient('my_api_key','my_api_username','my_api_password');

    ```

### Manually

[](#manually)

1. Download the latest release.
2. Extract into a folder in your project root named "abenity-php".
3. Include `Abenity` in your project like this:

    ```
    require 'abenity-php/lib/Abenity.php';

    $abenity = new Abenity\ApiClient('my_api_key','my_api_username','my_api_password');

    ```

Usage
-----

[](#usage)

### See examples folder

[](#see-examples-folder)

Contributing
------------

[](#contributing)

Run the tests from the project root with [PHPUnit](http://phpunit.de) like this:

```
[abenity-php]# phpunit tests

```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

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

Every ~197 days

Recently: every ~617 days

Total

18

Last Release

864d ago

Major Versions

v0.x-dev → v2.0.02017-02-08

PHP version history (3 changes)v0.1.0PHP &gt;=5.3.0

v2.1.0PHP ^5.3 || ^7.0

v2.1.1PHP ^5.3 || ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5564589abf5b6f464cbc2f153e007f0b624809057a644d17da3c92fbc206d918?d=identicon)[markroland](/maintainers/markroland)

---

Top Contributors

[![abenitymark](https://avatars.githubusercontent.com/u/166547109?v=4)](https://github.com/abenitymark "abenitymark (29 commits)")[![markroland](https://avatars.githubusercontent.com/u/1097919?v=4)](https://github.com/markroland "markroland (2 commits)")[![casbeebc](https://avatars.githubusercontent.com/u/2731475?v=4)](https://github.com/casbeebc "casbeebc (1 commits)")[![dithidi](https://avatars.githubusercontent.com/u/7767782?v=4)](https://github.com/dithidi "dithidi (1 commits)")

---

Tags

phpapirestweb servicewrapperdiscountsabenityperks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/abenity-abenity-php/health.svg)

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

###  Alternatives

[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)[abantecart/ups-php

UPS PHP SDK based on OAuth

1815.3k](/packages/abantecart-ups-php)

PHPackages © 2026

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