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: 2024-12-15 01:31:50 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