nishant / airtel-money-php-sdk
A PHP SDK for Airtel Money Collection API, compatible with Laravel.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nishant/airtel-money-php-sdk
Requires
- php: ^7.4 || ^8.0
- illuminate/http: ^7.0||^8.0 || ^9.0 || ^10.0
- illuminate/support: ^7.0||^8.0 || ^9.0 || ^10.0
This package is auto-updated.
Last update: 2025-11-23 12:38:47 UTC
README
A lightweight PHP SDK to integrate Airtel Money Collection API v2 with Laravel (PHP 7.4+).
It supports OAuth2 authentication, initiating payment collections, and handling Airtel callbacks easily.
Features
- OAuth2 Client Credentials token management
- Initiate payment collections (merchant → customer)
- Laravel Service Provider for easy integration
- Configuration publishing
- Example webhook callback handler
Requirements
- PHP 7.4 or higher
- Laravel 8.x, 9.x, or 10.x
- Composer
Installation
Install via Composer:
composer require nishant/airtel-money-php-sdk
php artisan vendor:publish --provider="AirtelMoney\AirtelMoneyServiceProvider" --tag=config