PHPackages                             gashey/botman-ussd-driver - 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. gashey/botman-ussd-driver

ActiveLibrary

gashey/botman-ussd-driver
=========================

Botman USSD Driver for Laravel Projects

1.0.3(4y ago)120MITPHPPHP &gt;=7.1.3CI failing

Since Dec 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gashey/botman-ussd-driver)[ Packagist](https://packagist.org/packages/gashey/botman-ussd-driver)[ Docs](https://github.com/gashey/botman-ussd-driver)[ RSS](/packages/gashey-botman-ussd-driver/feed)WikiDiscussions master Synced yesterday

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

BotMan Mobiverse USSD Driver for Laravel
========================================

[](#botman-mobiverse-ussd-driver-for-laravel)

[![Latest Release on GitHub](https://camo.githubusercontent.com/9f9dbed4d0b5b2c447a3fc686146dde6cc8f3b7cbfc142ff0ddbd0a3d6b533db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6761736865792f626f746d616e2d757373642d6472697665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gashey/botman-ussd-driver)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/7be39e0de959e1b9ef424e5f793bc71a54e0967712c46d191cc34670d11b2dc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6761736865792f626f746d616e2d757373642d6472697665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gashey/botman-ussd-driver)

About
-----

[](#about)

BotMan driver to connect the Mobiverse USSD API with [BotMan](https://github.com/botman/botman)

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

[](#installation)

Install Botman for Laravel before installing this driver. See the [Botman documentation](https://botman.io/2.0/welcome).

Require the `gashey/botman-ussd-driver` package in your `composer.json` and update your dependencies:

```
$ composer require gashey/botman-ussd-driver
```

Add the Gashey\\BotmanUssdDriver\\UssdServiceProvider to your `providers` array:

```
Gashey\BotmanUssdDriver\UssdServiceProvider::class,
```

Add the following listener to your botman routes file:

```
$botman->hears(config('ussd.cancel_text', 'CANCEL'), function ($bot) {
    $bot->reply('stopped');
})->stopsConversation();
```

Usage
-----

[](#usage)

You can use the [Mobiverse USSD Simulator](https://apps.mobivs.com/USSDSIM/) to test your application. Supply your application url as:

Configuration
-------------

[](#configuration)

The defaults are set in `config/botman/ussd.php`. Publish the config using this command:

```
$ php artisan vendor:publish --provider="Gashey\BotmanUssdDriver\UssdServiceProvider"
```

```
return [

    "cancel_text" => "CANCEL",

    "network_mapping" => array('01' => 'MTN', '02' => 'VODAFONE', '03' => 'AIRTEL-TIGO', '04' => 'AIRTEL-TIGO', '05' => 'GLO'),
];
```

License
-------

[](#license)

Released under the MIT License, see [LICENSE](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~198 days

Total

4

Last Release

1757d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52868887?v=4)[George Kofi Hagan](/maintainers/gashey)[@gashey](https://github.com/gashey)

---

Top Contributors

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

---

Tags

phplaraveldriverBotmanussd

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gashey-botman-ussd-driver/health.svg)

```
[![Health](https://phpackages.com/badges/gashey-botman-ussd-driver/health.svg)](https://phpackages.com/packages/gashey-botman-ussd-driver)
```

###  Alternatives

[babenkoivan/elastic-scout-driver

Elasticsearch driver for Laravel Scout

2773.8M5](/packages/babenkoivan-elastic-scout-driver)[babenkoivan/elastic-scout-driver-plus

Extension for Elastic Scout Driver

2862.8M1](/packages/babenkoivan-elastic-scout-driver-plus)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

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