Download the PHP package henryejemuta/laravel-megasup without Composer
On this page you can find all versions of the php package henryejemuta/laravel-megasup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download henryejemuta/laravel-megasup
More information about henryejemuta/laravel-megasup
Files in henryejemuta/laravel-megasup
Package laravel-megasup
Short Description A laravel package to seamlessly integrate MegaSup API into your laravel application. The MegaSup API is an HTTPs GET API that allows you to integrate all virtual top-up and bills payment services available on our platform with your application (websites, desktop apps & mobile apps). You can also start your own VTU business by integrating our VTU API and resell our services in Nigeria.
License MIT
Homepage https://github.com/henryejemuta/laravel-megasup
Informations about the package laravel-megasup
Laravel MegaSup
What is MegaSup
The MegaSup API is an HTTPs GET API that allows you to integrate all MegaSup virtual top-up and bills payment services available on our platform with your application (websites, desktop apps & mobile apps). You can also start your own VTU business by integrating our VTU API and resell our services in Nigeria.
What is Laravel MegaSup
Laravel MegaSup is a laravel package to seamlessly integrate MegaSup api within your laravel application.
Create a MegaSup Account Sign Up.
Look up MegaSup API Documentation API Documentation.
Installation
You can install the package via composer:
Publish MegaSup configuration file, migrations as well as set default details in .env file:
Usage
Important: Kindly use the $response->successful()
to check the response state before proceeding with working with the response and gracefully throw and handle the MegaSupErrorException on failed request
Before initiating any transaction kindly check your balance to confirm you have enough MegaSup balance to handle the transaction
The Laravel MegaSup Package is quite easy to use via the MegaSup facade
Find an overview of all method with comment on what they do and expected arguments
Testing
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 [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.