bigmoney/bigmoney-php

Utilities to manage BigMoney APIs

Maintainers

Package info

github.com/jfatchi/bigmoney-php

pkg:composer/bigmoney/bigmoney-php

Statistics

Installs: 36

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.2 2016-10-17 11:38 UTC

This package is not auto-updated.

Last update: 2026-03-01 04:04:09 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
]);