Download the PHP package giftbalogun/kudaapitoken without Composer
On this page you can find all versions of the php package giftbalogun/kudaapitoken. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package kudaapitoken
KudaOpenApi Integration in Laravel
Laravel integration with KudaOpenApi for seemless Banking via Kuda Bank Open Api
Table of Contents
- Getting Started
- Installation
- Usage
- Documentation
- Testing and Debugging
- License
- Social Presence
:dart: Getting Started
Enable your product for local transactions with the KUDA Open API platform! With the KUDA Open APIs, you can embed services on your platform and connect your customers to a wide range of banking services.
Note: Ensure you have a KUDA Business account linked to your profile for live access.
Steps:
- Sign up for a KUDA Business account.
- Generate an API token from your developer dashboard.
- Proceed with the installation and configuration below.
:dart: Installation
PHP 7.2+ and Composer are required.
To get the latest version of KudaApiToken, simply require it
Or add the following line to the require block of your composer.json
file.
and add This
You'll then need to run composer install
or composer update --prefer-dist
to download it and have the autoloader updated.
Open your .env file and add your public key, secret key, merchant email and payment url like so:
:star: Documentation
Documentation http://kudaapitoken.readthedocs.io (COMING SOON)
Article Medium to Read https://medium.com/@giftbalogun/laravel-integration-with-kudaopenapi-663825ecd247
:sparkles: Usage
Availbale coomand to be use are in COMMAND file with easy to understand related to ServiceTypes.
Send request with this command.
Styles of Calling the Controller
OR
Create New Customer Accunt
Get Admin Balance
:memo: License
This project is under license from MIT. For more details, see the LICENSE file.
Social Presense
Follow me on social media Medium! Twitter! Instagram! LinkedIn! Porfolio!
Made with :heart: by Gift Balogun
Back to top