Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |