Package is under development do NOT use it. It will be available soon
The package allows a merchant to initiate C2B, B2C and B2B transactions including balance query and reversals using MPESA API.
Originally forked from https://github.com/samerior/mobile-money
You can install the package via composer:
composer require wmandai/mpesa
<?php
$service = mpesaRequest($phone, $amount, $reference, 'paybill', $description)
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.