leyo / rapidussd
Rapid ussd package for quick ussd development and prototyping
Requires
- php: >=5.3.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is not auto-updated.
Last update: 2024-11-09 18:47:23 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.