[![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 5 package for rapid USSD prototyping and development
Via Composer
$ composer require leyo/rapidussd
##Migrate the tables
$ php artisan migrate --path=vendor/leyo/rapidussd/src/Http/migrations
##Add service provider
"leyo\rapidussd\rapidussdServiceProvider::class"
##migrate
$ php artisan migrate
##Seed only if you need sample app
$ php artisan db:seed
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email leo@devs.mobi instead of using the issue tracker.
- [leyo][link-author]
- [All Contributors][link-contributors]
The MIT License (MIT). Please see License File for more information.