An unofficial laravel package for interfacing with the mojo API.
You can install the package via composer:
composer require akika/laravel-mojoYou can publish the config file with:
php artisan vendor:publish --tag="laravel-mojo-config"use Akika\Mojo\Enums\Currency;
use Akika\Mojo\Http\Integrations\CashOutClient;
$cashOutClient = Akika\Mojo::cashOutClient();
echo $cashOutClient->getBankList(Currency::GHS);composer testPlease 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.