PHPackages                             bni-ecollection/ecoll-callback - 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. [Payment Processing](/categories/payments)
4. /
5. bni-ecollection/ecoll-callback

ActiveYii2-extension[Payment Processing](/categories/payments)

bni-ecollection/ecoll-callback
==============================

An extension to get BNI eCollection Callback Request

0.0.1(8y ago)01Apache-2.0PHPPHP &gt;=5.4.0

Since Nov 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/warizzmann/ecoll-callback)[ Packagist](https://packagist.org/packages/bni-ecollection/ecoll-callback)[ RSS](/packages/bni-ecollection-ecoll-callback/feed)WikiDiscussions master Synced 2d ago

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

BNI eCollection Callback
========================

[](#bni-ecollection-callback)

An extension to get BNI eCollection Callback API

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

[](#requirements)

PHP 5.4.0 and Yii2 ~2.0.5.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist bni-ecollection/ecoll-callback "*"

```

or add

```
"bni-ecollection/ecoll-callback": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply include the Callback class :

```
use ecoll\callback\Callback;
```

then use it in your code like :

```
$call = new Callback();
$sk = "clientSecretKey";
$raw_data = 'raw php://input data';
$BniHashingClass = "\app\components\BniHashing";

$parsed_data = $call->parseData($BniHashingClass, $raw_data, $sk);

print_r($parsed_data);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

3102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/327889c219465c128ac631183d97a500c6589579194525d465f578e587bf5160?d=identicon)[warisman](/maintainers/warisman)

---

Top Contributors

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

---

Tags

BNIbni-ecollectionecollection

### Embed Badge

![Health badge](/badges/bni-ecollection-ecoll-callback/health.svg)

```
[![Health](https://phpackages.com/badges/bni-ecollection-ecoll-callback/health.svg)](https://phpackages.com/packages/bni-ecollection-ecoll-callback)
```

###  Alternatives

[guanguans/yii-pay

适配于 Yii 的 alipay 和 wechat 的支付扩展包

515.5k](/packages/guanguans-yii-pay)[hscstudio/yii2-cart

Yii2 extension that adds shopping cart functions

242.1k](/packages/hscstudio-yii2-cart)

PHPackages © 2026

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