arolitec / mobilemoney
package permettant d'integrer facolement les payements mobiles dans une application, ce package prendra en compte mtn mobile money,orange money et moov money
dev-master
2019-05-03 11:01 UTC
Requires
- mtownsend/xml-to-array: ^1.0
This package is auto-updated.
Last update: 2025-03-29 00:36:27 UTC
README
This package makes it easy to integrate mobile payments (mtn mobile money, orange money).
Getting Started
Prerequisites
What things you need to install the software and how to install them
php: ^7.1.3
laravel/framework: 5.*
mtownsend/xml-to-array: ^1.0
Installing
composer require arolitec/mobilemoney
composer require mtownsend/xml-to-array
publish the Service provider
php artisan vendor:publish --tag=Arolitec\Mobilemoney\MobileMoneyServiceProvider
in the cofig folder you will see mobilemoney, do your mobile money configuration
using
Example
$mtnMobileMoney = MobileMoneyController::doMtnTransaction($phone_number,$amount);