PHPackages                             kazeeem/ussd-gateways - 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. kazeeem/ussd-gateways

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kazeeem/ussd-gateways
=====================

This is a library that gives you a preconfigured template of creating menus of various USSD gateways.

v1.0.0(3y ago)04PHP

Since Apr 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Kazeeem/Ussdgateway)[ Packagist](https://packagist.org/packages/kazeeem/ussd-gateways)[ RSS](/packages/kazeeem-ussd-gateways/feed)WikiDiscussions main Synced 1mo ago

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

USSD Gateways
=============

[](#ussd-gateways)

[![Latest Stable Version](https://camo.githubusercontent.com/63aafcb5c5f8795290f43342797a523a924da71a9b882f3a15779bd4c1b22ac4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b617a6565656d2f757373642d6761746577617973)](https://packagist.org/packages/kazeeem/ussd-gateways)

> This package provides convenient template or start for creating USSD menu for different kinds of USSD Gateways - The following are the current USSD Gateway this library supports

- Africastalking (Kenya)
- Arkesel (Ghana)

Install
-------

[](#install)

You can install the package via composer or by downloading the source

#### Via Composer

[](#via-composer)

The recommended way to install the package is with [Composer](http://getcomposer.org/).

```
composer require kazeeem/ussd-gateways
```

Usage
-----

[](#usage)

To use `Africastalking`, check below for guideline.

```
use Kazeeem\UssdGateways\Gateways\Africastalking;

$response = "Hello, welcome to Africastalking testing ground. What do you want to do today?\n";
$response .= "1. Send Money\n";
$response .= "2. Withdraw\n";
$response .= "3. Check Balance\n";
$response .= "4. Change Language\n";

echo startUserPrompt(Africastalking::class, $response);
```

The guideline for `Arkesel` is in progress, more updates are coming soon.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1117d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kazeeem-ussd-gateways/health.svg)

```
[![Health](https://phpackages.com/badges/kazeeem-ussd-gateways/health.svg)](https://phpackages.com/packages/kazeeem-ussd-gateways)
```

PHPackages © 2026

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