PHPackages                             lepresk/momo-api - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lepresk/momo-api

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lepresk/momo-api
================

PHP library for MTN Mobile Money (MoMo) API. Receive payments (Collection), send money (Disbursement), and manage mobile transactions in Africa.

v1.2.0(1mo ago)111071MITPHPPHP ^8.2CI passing

Since Jul 5Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/lepresk/momo-api)[ Packagist](https://packagist.org/packages/lepresk/momo-api)[ Docs](https://github.com/lepresk/momo-api)[ RSS](/packages/lepresk-momo-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (10)Versions (8)Used By (0)

Librairie Momo API
==================

[](#librairie-momo-api)

[![Static Badge](https://camo.githubusercontent.com/c4f82f47945f83704a7db05b2fbae73717bf77d5c58fdcbe7b9aa4ce311a02bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537461626c652d76312e322e302d626c7565)](https://packagist.org/packages/lepresk/momo-api)[![CI](https://github.com/lepresk/momo-api/actions/workflows/phpunit.yml/badge.svg)](https://github.com/lepresk/momo-api/actions/workflows/phpunit.yml)[![GitHub](https://camo.githubusercontent.com/3f827e7600a44c453c23553dad5904754b266695d7c5a33dd3171b7a5b6ac022/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c65707265736b2f6d6f6d6f2d617069)](https://camo.githubusercontent.com/3f827e7600a44c453c23553dad5904754b266695d7c5a33dd3171b7a5b6ac022/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c65707265736b2f6d6f6d6f2d617069)

A powerful and professional PHP wrapper for integrating **MTN Mobile Money** and **Airtel Money** APIs. Supports **Collection** (receive payments) and **Disbursement** (send money) operations.

Features
--------

[](#features)

ProviderProductSupported Operations**MTN MoMo**CollectionRequest payments, Check payment status, Check account holder, Get balance**MTN MoMo**DisbursementTransfer money, Deposit funds, Process refunds, Check account holder, Get balance**MTN MoMo**SandboxCreate API users, Generate API keys, Test environment support**Airtel Money**CollectionRequest payments, Check payment status, Get balance**Airtel Money**DisbursementTransfer money, Check transfer status, Get balanceRequirements
------------

[](#requirements)

- PHP 8.2 or higher
- MTN MoMo Developer Account ([Sign up](https://momodeveloper.mtn.com/)) and/or Airtel Money API credentials

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

[](#installation)

```
composer require lepresk/momo-api
```

Quick Start
-----------

[](#quick-start)

### Collection API (Receive Payments)

[](#collection-api-receive-payments)

```
