PHPackages                             ictianspecialist/equity - 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. ictianspecialist/equity

ActiveProject[API Development](/categories/api)

ictianspecialist/equity
=======================

Equity Bank eazzy api library

1.0.0(9y ago)53911[1 issues](https://github.com/iankibet/equity-eazzy-php-api/issues)MITPHP

Since Apr 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/iankibet/equity-eazzy-php-api)[ Packagist](https://packagist.org/packages/ictianspecialist/equity)[ RSS](/packages/ictianspecialist-equity/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Equity Eazzy Api Lib
====================

[](#equity-eazzy-api-lib)

Eazzy API is a platform that features new and disruptive capabilities. It converts Equity’s full range of expertise in payments, banking, insurance, brokerage, wealth management and telco into simple to use and secure APIs for ready integrations to mobile apps, e-commerce sites and other systems. Below are the main services offered

- Online Remittance
- Purchase Airtime
- Get Payment Status
- Create Payment The library provided here helps you do above tasks easily

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

[](#installation)

To install just run

```
$ composer require ictianspecialist/equity
```

Usage
-----

[](#usage)

#### 1. Initialization

[](#1-initialization)

```
buyAirtime($phone_number,$amount,$provider,$reference);
}catch(\Exception $e){
    print_r($e->getMessage());
}
```

### 3. Online Remittance

[](#3-online-remittance)

```
try{
    $destination = [
        'accountNumber'=>123456,
        'bicCode'=>'KCBLKENX005',
        'mobileNumber'=>'',
        'walletName'=>'Doe acc.',
        'bankCode'=>'KCBL',
        'branchCode'=>'006'
    ];
    $transfer = [
        "countryCode" => "KE",
      "currencyCode" => "KES",
        "amount" => "200",
        "paymentType" => "",
        "paymentReferences" => ['referees','refereed','reedee'],
        "remarks"=>"Thanks for your business"
    ];
    $reference = 'item_001011';
    $sender_name = 'Hosea Kangogo';
    $equity->sendMoney($destination,$transfer,$reference,$sender_name);
}catch(\Exception $e){
    print_r($e->getMessage());
}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3302d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0a938e18a864899b0a7963fc0e63d48be5d7ec5ecc5543ff9423bf85905ba4f?d=identicon)[ictianspecialist](/maintainers/ictianspecialist)

---

Top Contributors

[![iankibet](https://avatars.githubusercontent.com/u/10730525?v=4)](https://github.com/iankibet "iankibet (1 commits)")

---

Tags

equity bankeazzyeazzy apiequity kenya

### Embed Badge

![Health badge](/badges/ictianspecialist-equity/health.svg)

```
[![Health](https://phpackages.com/badges/ictianspecialist-equity/health.svg)](https://phpackages.com/packages/ictianspecialist-equity)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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