bigmoney/bigmoney-php

Utilities to manage BigMoney APIs

0.3.2 2016-10-17 11:38 UTC

This package is not auto-updated.

Last update: 2025-04-26 23:43:17 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
]);