PHPackages                             agelgil/cbe-transaction-verifier - 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. agelgil/cbe-transaction-verifier

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

agelgil/cbe-transaction-verifier
================================

CBE Transaction Verifier

v0.1.2(1y ago)0790—0%1MITPHPPHP ^8.3

Since Apr 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/agelgil/cbe-transaction-verifier)[ Packagist](https://packagist.org/packages/agelgil/cbe-transaction-verifier)[ RSS](/packages/agelgil-cbe-transaction-verifier/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (6)Versions (4)Used By (0)

CBE Transaction Verifier
========================

[](#cbe-transaction-verifier)

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

[](#installation)

```
composer require agelgil/cbe-transaction-verifier
```

Dependency
----------

[](#dependency)

> Make sure you installed [tesseract-ocr](https://github.com/tesseract-ocr/tesseract)for verification based on image (e.g. screenshots).

Usage
-----

[](#usage)

```
use Agelgil\CBETransactionVerifier/Verify;
use Agelgil\CBETransactionVerifier/Transaction;

$verify = resolve(Verify::class);

$path = '/home/user/.../cbe-transaction****.png';
$accountLast8 = '12345678';

/** @var Transaction $transaction */
$transaction = $verifier->fromImage($path, $accountLast8);
// or
$transaction = $verifier->fromTransactionId($path, $accountLast8);

// $transaction->id
// $transaction->payer
// $transaction->receiver
// $transaction->amount
// $transaction->reason
// $transaction->paidAt
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance44

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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

Every ~1 days

Total

3

Last Release

445d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fd28cb32a4cca3aaf21187959977a78066f4bc4c8b110c959efcf117e6dc4c4?d=identicon)[SamAsEnd](/maintainers/SamAsEnd)

---

Top Contributors

[![SamAsEnd](https://avatars.githubusercontent.com/u/9657132?v=4)](https://github.com/SamAsEnd "SamAsEnd (5 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/agelgil-cbe-transaction-verifier/health.svg)

```
[![Health](https://phpackages.com/badges/agelgil-cbe-transaction-verifier/health.svg)](https://phpackages.com/packages/agelgil-cbe-transaction-verifier)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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