gemblue / TinyWallet

Framework agnostic Wallet library for PHP Projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyWallet

Framework agnostic Wallet library for PHP Projects.

Installation

composer require gemblue/tiny-wallet

DB Migration

./bin/install

Usage

use Gemblue\TinyWallet;

$wallet = new Wallet;

API

Method Desc
getBalance Get use balance
record To record a transaction
syncronize To sync transaction to ledger

About

Framework agnostic Wallet library for PHP Projects.


Languages

Language:PHP 100.0%