ange-arsene / mtn_momo_payment_gateway
The mtn_momo_payment_gateway is a robust integration solution designed for developers and businesses looking to incorporate MTN Mobile Money (MoMo) payment services into their applications. This gateway facilitates seamless transactions, allowing users to make payments directly through the MTN MoMo
dev-master
2025-04-15 15:55 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.9
- ramsey/uuid: ^4.7
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2025-05-19 15:41:13 UTC
README
This project provides a PHP-based integration with the MTN Mobile Money (MoMo) API. It facilitates seamless payment processing, enabling users to make transactions using MTN MoMo.
Requirements
- PHP 7.2 or higher
- Composer
- CURL
- OpenSSL
- Momo API account
Features
- Simple API Integration: Easily integrate MTN MoMo payment functionalities into your application.
- Secure Transactions: Built-in security measures to ensure safe payment processing.
- UUID Generation: Generate unique identifiers for transactions.
- Logging: Monitor API requests and responses for better debugging and tracking.
- Environment Management: Securely manage sensitive information like API keys and secrets.
Momo API Links
Momo API Products
- Collection: Receive payments from customers.
- Collection Widget: Integrate payment gateway into your website or application.
- Disbursement: Send payments to customers.
- Remittances: Manage cross-border payments.
Installation
-
Clone the repository:
git clone https://github.com/yourusername/mtn-momo-payment-gateway.git cd mtn-momo-payment-gateway