Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gemblue/tinywallet
Framework agnostic Wallet library for PHP Projects.
https://github.com/gemblue/tinywallet
php wallet wallets-management
Last synced: about 2 months ago
JSON representation
Framework agnostic Wallet library for PHP Projects.
- Host: GitHub
- URL: https://github.com/gemblue/tinywallet
- Owner: gemblue
- Created: 2020-05-07T17:41:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T11:42:01.000Z (over 4 years ago)
- Last Synced: 2024-11-11T07:45:14.858Z (about 2 months ago)
- Topics: php, wallet, wallets-management
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 |