gemblue / tiny-wallet
Simple Wallets for PHP Projects
Installs: 128
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/gemblue/tiny-wallet
Requires
- php: ^7.0
This package is not auto-updated.
Last update: 2025-10-05 05:16:38 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 |