bigmoney/bigmoney-php

Utilities to manage BigMoney APIs

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bigmoney/bigmoney-php

0.3.2 2016-10-17 11:38 UTC

This package is not auto-updated.

Last update: 2025-12-07 02:53:40 UTC


README

BigMoney APIs SDK

Introduction

BigMoney allows you to access easy to BigMoney APIs

Example usage

$bmoney = new BigMoney/BigMoney(YOUR_SECRET_KEY, YOUR_SECRET_PASSWORD);
$bmoney->Deposit()->request([
	'amount' => 10
	'uid' => 23,
	'tid' => 123
]);