PHPackages                             fannypack/momo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. fannypack/momo

ActiveLibrary[API Development](/categories/api)

fannypack/momo
==============

MTN MOMO api implementation

1.01(6y ago)1364911PHP

Since Apr 20Pushed 3y ago4 watchersCompare

[ Source](https://github.com/mpaannddreew/momo)[ Packagist](https://packagist.org/packages/fannypack/momo)[ RSS](/packages/fannypack-momo/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Momo
----

[](#momo)

Momo is a simple library in PHP for the MTN Mobile Money Open API.

Product support
---------------

[](#product-support)

- Collections
- Disbursements
- Remittances

Getting Started
---------------

[](#getting-started)

- Signup For An Account
- Subscribe To Products

Signup For An Account
---------------------

[](#signup-for-an-account)

Follow this link to the developer portal and [signup](https://momodeveloper.mtn.com/signup.html)for an account.

Subscribe To Products
---------------------

[](#subscribe-to-products)

On the [Products](https://momodeveloper.mtn.com/products.html) page on developer portal you should see items you can subscribe to:

- Collections
- Disbursements
- Remittances

Installation
------------

[](#installation)

The recommended way to install Momo is through [composer](http://getcomposer.org).

Just create a composer.json file for your project and require it:

```
composer require fannypack/momo

```

Now you can add the autoloader, and you will have access to the library:

```
