Getting Started
Requirements
Before installing Momo Suite, make sure your environment meets the following requirements:
PHP >= 8.0
Laravel >= 8.0.x
MySQL or PostgreSQL
Composer
JSON PHP Extension
cURL PHP Extension
OpenSSL PHP Extension
PDO PHP Extension
Installation
Install the package via Composer:
composer require rais/momo-suitePublish the package assets:
php artisan vendor:publish --provider="Rais\MomoSuite\MomoSuiteServiceProvider"
or
php artisan momo-suite:install --allThis will publish:
Configuration file (
config/momo-suite.php)Migration files
Dashboard views
Assets (CSS, JS)
Run the migrations:
📝 NOTE (Customization)
Configuration
Add your provider credentials to your
.envfile:
Configure the package in
config/momo-suite.php:
Quick Start Guide
Access the Dashboard:
Visit:
your-domain.com/momo/dashboardMonitor transactions
View analytics
Manage users
Handle Webhooks:
Configure your webhook URL in your provider's dashboard
Webhooks will be automatically processed
Transaction statuses will be updated in real-time
View Transaction Details:
Last updated