PHPackages                             yohacodes/check.et - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yohacodes/check.et

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yohacodes/check.et
==================

This package is SDK for PHP developers. to help them verify bank trans from 9 d/t bank.

01↑2900%PHPCI passing

Since Jun 22Pushed yesterdayCompare

[ Source](https://github.com/yohacode/check.et)[ Packagist](https://packagist.org/packages/yohacodes/check.et)[ RSS](/packages/yohacodes-checket/feed)WikiDiscussions main Synced today

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

Check.et PHP SDK
================

[](#checket-php-sdk)

Official PHP SDK for interacting with the Check.et API.

Requirements
------------

[](#requirements)

- PHP 8.2+

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

[](#installation)

```
composer require yohacodes/check.et
```

Basic Usage
-----------

[](#basic-usage)

```
use CheckEt\CheckEtClient;

$client = new CheckEtClient(
    apiKey: getenv('CHECK_ET_API_KEY'),
    appEnv: getenv('CHECK_ET_APP_ENV')
);

$response = $client->verify(
    bank: 'cbe',
    transactionNumber: 'FT25161234567'
);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance65

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72225779?v=4)[Yohannes Zerihun](/maintainers/yohacode)[@yohacode](https://github.com/yohacode)

---

Top Contributors

[![yohacode](https://avatars.githubusercontent.com/u/72225779?v=4)](https://github.com/yohacode "yohacode (19 commits)")

### Embed Badge

![Health badge](/badges/yohacodes-checket/health.svg)

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

###  Alternatives

[spatie/enum

PHP Enums

84731.4M74](/packages/spatie-enum)

PHPackages © 2026

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