2017 © Pedro Peláez
 

yii2-extension ecoll-callback

An extension to get BNI eCollection Callback Request

image

bni-ecollection/ecoll-callback

An extension to get BNI eCollection Callback Request

  • Wednesday, November 15, 2017
  • by warisman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

BNI eCollection Callback

An extension to get BNI eCollection Callback API, (*1)

Requirements

PHP 5.4.0 and Yii2 ~2.0.5., (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

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

or add, (*5)

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

to the require section of your composer.json file., (*6)

Usage

Once the extension is installed, simply include the Callback class :, (*7)

use ecoll\callback\Callback;

then use it in your code like :, (*8)

$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);

The Versions

15/11 2017

dev-master

9999999-dev

An extension to get BNI eCollection Callback Request

  Sources   Download

Apache-2.0

The Requires

 

by Warisman Syam

bni bni-ecollection ecollection

15/11 2017

0.0.1

0.0.1.0

An extension to get BNI eCollection Callback Request

  Sources   Download

Apache-2.0

The Requires

 

by Warisman Syam

bni bni-ecollection ecollection