gemblue/tiny-wallet

Simple Wallets for PHP Projects

1.0.0 2020-05-09 00:28 UTC

This package is not auto-updated.

Last update: 2025-03-09 02:30:14 UTC


README

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