akika/laravel-mojo

An unofficial laravel package for interfacing with the mojo API.

Maintainers

Package info

github.com/akikadigital/laravel-mojo

pkg:composer/akika/laravel-mojo

Fund package maintenance!

Akika Digital

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

dev-main 2026-01-12 04:56 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.