Skip to content

Repository files navigation

Laravel Mojo

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.

About

Laravel implementation for Mojo APIs

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages