johnnywoode/quickussd

QuickUSSD package for quick ussd development and prototyping

2.0.2 2023-08-25 17:44 UTC

This package is auto-updated.

Last update: 2025-05-25 21:56:00 UTC


README

[![Latest Version on Packagist][ico-version]][link-packagist] ![Software License][ico-license] [![Build Status][ico-travis]][link-travis] [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Total Downloads][ico-downloads]][link-downloads]

Laravel 10 package for quick USSD prototyping and development

Install

Via Composer

$ composer require johnnywoode/quickussd

##Add service provider
  "johnnywoode\quickussd\QuickUssdServiceProvider::class"

##migrate
$ php artisan migrate

##Add the following lines to your DatabaseSeeder class

Model::unguard();
$this->call(MenusTableSeeder::class);
$this->call(MenuItemsTableSeeder::class);

##Seed only if you need sample app
$ php artisan db:seed

Usage

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email leo@devs.mobi instead of using the issue tracker.

Credits

  • [johnnywoode][link-author]
  • [All Contributors][link-contributors]

License

The MIT License (MIT). Please see License File for more information.