PHPackages                             sparors/laravel-ussd - 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. sparors/laravel-ussd

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

sparors/laravel-ussd
====================

Create ussd with ease

v2.7.0(1y ago)6531.3k↓35.3%42MITPHP

Since May 2Pushed 1mo ago9 watchersCompare

[ Source](https://github.com/sparors/laravel-ussd)[ Packagist](https://packagist.org/packages/sparors/laravel-ussd)[ Docs](https://github.com/sparors/laravel-ussd)[ RSS](/packages/sparors-laravel-ussd/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (29)Used By (0)

Laravel Ussd
============

[](#laravel-ussd)

[![Latest Version on Packagist](https://camo.githubusercontent.com/143f3bc251bc3d9730008621e5d091c4f81998b060ac076190bed9e11cc5f9c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737061726f72732f6c61726176656c2d757373642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sparors/laravel-ussd)[![Total Downloads](https://camo.githubusercontent.com/c097d1c9f389e37ad6d50fa862c497460ccd0da5cb5439658e67e09b69b2d5eb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737061726f72732f6c61726176656c2d757373642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sparors/laravel-ussd)[![Build Status](https://camo.githubusercontent.com/7a07d0d08285ab947da8cce0cf70e362c598a30301e5361c7c33681913ef34e1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f737061726f72732f6c61726176656c2d757373642f7068702e796d6c3f7374796c653d666c61742d737175617265)](https://github.com/sparors/laravel-ussd/actions/workflows/php.yml)

Build Ussd (Unstructured Supplementary Service Data) applications with laravel without breaking a sweat.

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

[](#installation)

You can install the package via composer:

```
composer require sparors/laravel-ussd:^3.0-beta
```

For older version use

```
composer require sparors/laravel-ussd:^2.0
```

Laravel Ussd provides zero configuration out of the box. To publish the config, run the vendor publish command:

```
php artisan vendor:publish --provider="Sparors\Ussd\UssdServiceProvider" --tag=ussd-config
```

Usage
-----

[](#usage)

For older version look here: [V2 README](./v2.readme.md)

### Creating USSD menus

[](#creating-ussd-menus)

```
