Framework agnostic Wallet library for PHP Projects.
composer require gemblue/tiny-wallet
./bin/install
use Gemblue\TinyWallet;
$wallet = new Wallet;
Method | Desc |
---|---|
getBalance | Get use balance |
record | To record a transaction |
syncronize | To sync transaction to ledger |