PHPackages                             technolix/kudaopen\_api\_php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. technolix/kudaopen\_api\_php

ActiveLibrary[API Development](/categories/api)

technolix/kudaopen\_api\_php
============================

This is a Library for Kudabank Open api php feal free to contrbute

v1.0.0(3y ago)011MITPHP

Since Oct 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Emmanuelonyo/kudaopen_api_php)[ Packagist](https://packagist.org/packages/technolix/kudaopen_api_php)[ RSS](/packages/technolix-kudaopen-api-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

kudaopen\_api\_php
==================

[](#kudaopen_api_php)

This is a simple php library for kuda open Api

Installation
------------

[](#installation)

Initialize the Project With Composer

```
  composer require technolix/kudaopen_api_php
```

Usage/Examples
--------------

[](#usageexamples)

#### Initialize

[](#initialize)

```
require "vendor/autoload";

// $environment = "DEVELOPMENT" || "PRODUCTION";

$environment = "DEVELOPMENT";
$Kudabank = (new KudabankController)
        ->Initialize("emmanuelonyo34@gmail.com", "6PZFIceatyxJAq9T4pd2", $environment);
```

#### Fetch Available Banks

[](#fetch-available-banks)

```
// Fetch all Nigerian Banks
$Kudabank->bank_list()
```

#### Generate Virtual Account

[](#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
--------------------------------------------

[](#please-ccheck-the-example-files-for-mor-info)

Documentation/API reference
---------------------------

[](#documentationapi-reference)

[Documentation](https://kudabank.gitbook.io/kudabank/)

Buy me a coffee
---------------

[](#buy-me-a-coffee)

I need Employment you can contact me via +2348102937785

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1322d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/54c9aeedf37b77611b5b0579590abba881edcfe1e89984831106726f470417c4?d=identicon)[Emmanuelonyo](/maintainers/Emmanuelonyo)

---

Top Contributors

[![Emmanuelonyo](https://avatars.githubusercontent.com/u/53441108?v=4)](https://github.com/Emmanuelonyo "Emmanuelonyo (7 commits)")

### Embed Badge

![Health badge](/badges/technolix-kudaopen-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/technolix-kudaopen-api-php/health.svg)](https://phpackages.com/packages/technolix-kudaopen-api-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
