Download the PHP package henryejemuta/laravel-megasubplug without Composer
On this page you can find all versions of the php package henryejemuta/laravel-megasubplug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download henryejemuta/laravel-megasubplug
More information about henryejemuta/laravel-megasubplug
Files in henryejemuta/laravel-megasubplug
Package laravel-megasubplug
Short Description A laravel package to seamlessly integrate MegaSup Plug API into your laravel application. The MegaSup Plug API allows you to integrate all virtual top-up and bills payment services available on the MegaSup platform with your application (websites, desktop apps & mobile apps). You can also start your own VTU business by integrating this API and resell MegaSup services in Nigeria.
License MIT
Homepage https://github.com/henryejemuta/laravel-megasubplug
Informations about the package laravel-megasubplug
Laravel MegaSubPlug
What is MegaSubPlug
The MegaSubPlug API allows you to integrate all virtual top-up and bills payment services available on the MegaSubPlug platform with your application (websites, desktop apps & mobile apps). You can also start your own VTU business by integrating this API and resell MegaSubPlug services in Nigeria.
What is Laravel MegaSubPlug
Laravel MegaSubPlug is a laravel package to seamlessly integrate MegaSubPlug api within your laravel application.
Create a MegaSubPlug Account Sign Up.
Look up MegaSubPlug API Documentation API Documentation. The Updated Mega-Sub Api Documentation is now part of the repository, as there seems to be broken links finding it on their dashboard
Installation
You can install the package via composer:
Publish MegaSubPlug 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 MegaSubPlugErrorException on failed request
Before initiating any transaction kindly check your balance to confirm you have enough MegaSubPlug balance to handle the transaction
The Laravel MegaSubPlug Package is quite easy to use via the MegaSubPlug 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.