technolix/kudaopen_api_php
最新稳定版本:v1.0.0
Composer 安装命令:
composer require technolix/kudaopen_api_php
包简介
This is a Library for Kudabank Open api php feal free to contrbute
README 文档
README
This is a simple php library for kuda open Api
Installation
Initialize the Project With Composer
composer require technolix/kudaopen_api_php
Usage/Examples
Initialize
require "vendor/autoload"; // $environment = "DEVELOPMENT" || "PRODUCTION"; $environment = "DEVELOPMENT"; $Kudabank = (new KudabankController) ->Initialize("emmanuelonyo34@gmail.com", "6PZFIceatyxJAq9T4pd2", $environment);
Fetch Available Banks
// Fetch all Nigerian Banks $Kudabank->bank_list()
Generate Virtual Account
$data = [ "email"=> 'emmanuelonyo34@gmail.com', "phoneNumber"=>"08074224016", "lastName"=>"Onyo", "firstName"=>"Emmanuel", "trackingReference"=> "12456522155421" ]; $Kudabank->create_virtual_account($data);
PLEASE CCHECK THE EXAMPLE FILES FOR MOR INFO
Documentation/API reference
Buy me a coffee
I need Employment you can contact me via +2348102937785 emmanuelonyo34@gmail.com
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-04