montanabay39 / mpesa
laravel package for implementing C2B & B2C transactions as prescribed by Safaricom's daraja API
1.0.0
2021-05-15 11:37 UTC
Requires
- illuminate/support: ^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
This package is auto-updated.
Last update: 2026-03-16 03:11:42 UTC
README
Install
composer require montanabay39/mpesa
Configuration
Publish package: php artisan vendor:publish
Run migration: php artisan migrate
Usage
This package supports implementation only via HTTP request, as shown in the Postman Documentation
Testing
Run the tests with:
vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
Security
If you discover any security-related issues, please email business@waguramaurice.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.