laravel-mojo maintained by akika
Description
An unofficial laravel package for interfacing with the mojo API.
Author
Last update
2026/04/20 07:02
(dev-dependabot/github_actions/dependabot/fetch-metadata-3.1.0)
License
Downloads
0
Tags
Laravel Mojo
An unofficial laravel package for interfacing with the mojo API.
Installation
You can install the package via composer:
composer require akika/laravel-mojo
You can publish the config file with:
php artisan vendor:publish --tag="laravel-mojo-config"
Usage
use Akika\Mojo\Enums\Currency;
use Akika\Mojo\Http\Integrations\CashOutClient;
$cashOutClient = Akika\Mojo::cashOutClient();
echo $cashOutClient->getBankList(Currency::GHS);
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.