Download the PHP package sparors/laravel-ussd without Composer
On this page you can find all versions of the php package sparors/laravel-ussd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sparors/laravel-ussd
More information about sparors/laravel-ussd
Files in sparors/laravel-ussd
Package laravel-ussd
Short Description Create ussd with ease
License MIT
Homepage https://github.com/sparors/laravel-ussd
Informations about the package laravel-ussd
Laravel Ussd
Build Ussd (Unstructured Supplementary Service Data) applications with laravel without breaking a sweat.
Installation
You can install the package via composer:
For older version use
Laravel Ussd provides zero configuration out of the box. To publish the config, run the vendor publish command:
Usage
For older version look here: V2 README
Creating USSD menus
An example of a final state
Due to some limitation with PHP 8.0, you can not pass class instance to attributes. So to overcome this limitation, you can pass an array with the full class path as the first element and the rest should be argument required. eg.
Building USSD
Conditional Branching
Use USSD action to conditional decide which state should be the next.
Group logic with USSD configurator
You can use configurator to simplify repetitive parts of your application so they can be shared easily.
Testing
You can easily test how your ussd application with our testing utilities
Documentation
You'll find the documentation on https://github.com/sparors/laravel-ussd/wiki for V3 and https://sparors.github.io/ussd-docs for V2.
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Sparors Inc
- All Contributors
License
MIT. Please see the license file for more information.