PHPackages                             remeni/wallets-africa-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. [API Development](/categories/api)
4. /
5. remeni/wallets-africa-php

ActiveLibrary[API Development](/categories/api)

remeni/wallets-africa-php
=========================

A PHP wrapper for the Wallets Africa API.

v1.0.0(5y ago)07MITPHPPHP &gt;=7.2

Since Oct 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hnworisa/wallets-africa-php)[ Packagist](https://packagist.org/packages/remeni/wallets-africa-php)[ RSS](/packages/remeni-wallets-africa-php/feed)WikiDiscussions master Synced 3w ago

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

wallets-africa-php
==================

[](#wallets-africa-php)

A PHP wrapper for the [Wallets Africa](https://wallets.africa/) API

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

[](#installation)

Install the library using Composer. Please read the [Composer Documentation](https://getcomposer.org/doc/01-basic-usage.md) if you're unfamiliar with Composer or dependency managers in general.

```
composer require remeni/wallets-africa-php
```

Usage
-----

[](#usage)

Before using the Wallets Africa API, you'll need to request for API Keys at [Wallets Africa site](https://wallets.africa/)

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

use Remeni\WalletsAfrica\Configuration;
use Remeni\WalletsAfrica\ApiException;
use Remeni\WalletsAfrica\WalletsAfrica;

$configuration = new Configuration([
    'publicKey' => 'YOUR_PUBLIC_KEY',
    'secretKey' => 'YOUR_SECRET_KEY',
    'currency' => 'NGN'
]);
$client = new WalletsAfrica($configuration);

try {
    $response = $client->account->checkBalance();

    if ($response->getStatusCode() == 200) {
        // Successful
    }
} catch (ApiException $e) {
    if ($e->getResponseBody()) {
        // No response from the server
    } else {
        // Response was returned from the server
    }
}
```

### Supported API Calls

[](#supported-api-calls)

- Account
- Airtime
- Identity
- Wallet
- Payout

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

[](#contributing)

You can contribute to the project in multiple ways:

- Write Documentation
- Implement features
- Fix bugs
- Add unit and functional tests

### Code style and structure

[](#code-style-and-structure)

The coding style must conform with [PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), the easiet way to apply the conventions is to install [PHP\_CodeSniffer](https://pear.php.net/package/PHP_CodeSniffer)

Additional resources
--------------------

[](#additional-resources)

Additional resources are available at:

- [API Documentation](https://documenter.getpostman.com/view/10058163/SWLk4RPL?version=latest)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/remeni/wallets-africa-php/blob/master/LICENSE) for more information.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

2078d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20170723?v=4)[Chinemerem Nworisa](/maintainers/hnworisa)[@hnworisa](https://github.com/hnworisa)

---

Top Contributors

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

---

Tags

php-wrapperwalletsafricaapiwalletairtimebank transferbvnwallets africa

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/remeni-wallets-africa-php/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M42](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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