henryejemuta/laravel-gecharl

A laravel package to seamlessly integrate Gecharl Connect API into your laravel application

v0.1.1 2020-10-07 22:07 UTC

This package is auto-updated.

Last update: 2024-04-15 22:05:49 UTC


README

Build Status Latest Version on Packagist Latest Stable Version Total Downloads License Quality Score

What is Gecharl Connect

Gecharl connect is a platform through which you can make convenient payment for your day to day services like Phone Airtime Recharge, Internet Data bundle subscription, Cable TV subscription such as DSTV, GOTV, Startimes, Electricity bills (PHCN) and many other services.

What is Laravel Gecharl

Laravel Gecharl is a laravel package to seamlessly integrate Gecharl Connect api within your laravel application.

Create a Gecharl Connect Account Sign Up.

Look up Gecharl Connect API Documentation API Documentation.

Installation

You can install the package via composer:

composer require henryejemuta/laravel-gecharl

Publish Gecharl configuration file, migrations as well as set default details in .env file:

php artisan gecharl:init

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email henry.ejemuta@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package project base was generated using the Laravel Package Boilerplate.