Download the PHP package henryejemuta/laravel-clubkonnect without Composer
On this page you can find all versions of the php package henryejemuta/laravel-clubkonnect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download henryejemuta/laravel-clubkonnect
More information about henryejemuta/laravel-clubkonnect
Files in henryejemuta/laravel-clubkonnect
Package laravel-clubkonnect
Short Description A laravel package to seamlessly integrate ClubKonnect API into your laravel application. The ClubKonnect 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-clubkonnect
Informations about the package laravel-clubkonnect
Laravel ClubKonnect
What is ClubKonnect
The ClubKonnect API is an HTTPs GET API that allows you to integrate all ClubKonnect 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 ClubKonnect
Laravel ClubKonnect is a laravel package to seamlessly integrate ClubKonnect api within your laravel application.
Create a ClubKonnect Account Sign Up.
Look up ClubKonnect API Documentation API Documentation.
Installation
You can install the package via composer:
Publish ClubKonnect 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 ClubKonnectErrorException on failed request
Before initiating any transaction kindly check your balance to confirm you have enough ClubKonnect balance to handle the transaction
The Laravel ClubKonnect Package is quite easy to use via the ClubKonnect 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.
All versions of laravel-clubkonnect with dependencies
illuminate/support Version ^8.0
guzzlehttp/guzzle Version ^7.0
ext-json Version *