-
Notifications
You must be signed in to change notification settings - Fork 35
Home
Isaac Sai edited this page Jan 21, 2024
·
3 revisions
Welcome to the laravel-ussd wiki!
This wiki provides a little documentation on the feature available with the package.
Features
- Menu class to easily build dynamic USSD menus.
- State classes to represent the various USSD menus presented to users.
- Transition attributes to navigate between states based on user input.
- Action classes to introduce branching on conditions
- Response classes to support multiple USSD providers at a go.
- Record class to gather data from users
- Automatically resume timed-out sessions
- Place character limit on response by buffering them.
- Automatic pagination
- Exception Handling and reporting.
- Dependency Injection and many more...