Azampay for PHP is a PHP client for Azampay (Innovating Digital Commerce Infrastructure in Africa).
You can install the package via composer:
composer require alphaolomi/azampay-php
use AlphaOlomi\AzampayService;
$azampay = new AzampayService([]);
// Or
$azampay = AzampayService::create([]);
// The following methods are available
// Get MNOs Available (Mobile Network Operators)
$mnoRes = $azampay->getMNOs();
// MNO Checkout
$mnoCheckoutRes = $azampay->mnoCheckout([]);
// Bank Checkout
$bankCheckoutRes = $azampay->bankCheckout([]);
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.