Skip to content

kazashim/MTNMomo-php-Library

Repository files navigation

Momo

MomoPay library in PHP for the MTN MobileMoney. Developers can integrate into their apps.

Product support

  • Collections
  • Disbursements
  • Remittances

To Get Started

  • Signup For A developer portal Account and Register

Subscribe To Any Of The Products

  • Collections
  • Disbursements
  • Remittances

Generate UUID

To Generate UUID Go to This link UUID-Generator

Installation

Add the Autoload Path to get access to the MomoPay Library

<?php
require 'vendor/autoload.php';
<?php
use Cynojine\Mtnmomo\Products\Collection;


$options = [
    'subscriptionKey' => '', //Add Subscription key
    'xReferenceId' => '', //Api user reference id (in UUID format) Generate your UUID https://www.uuidgenerator.net/
    'apiKey' => '', // Api user key (Supply this after generating it 
];

//  collection
$collection = Collection::create($options);

About

MTNMomo php Library

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages