leyo/rapidussd

Rapid ussd package for quick ussd development and prototyping

v1.0.9.6 2017-01-19 15:18 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 5 package for rapid USSD prototyping and development

Install

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

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

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

License

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