Download the PHP package sakshsky/saksh-wallet without Composer
On this page you can find all versions of the php package sakshsky/saksh-wallet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package saksh-wallet
Saksh Wallet for Laravel
A simple and performant wallet system for Laravel applications, using two tables to manage transactions and balances.
Installation
-
Install via Composer:
-
Publish and run migrations:
This creates two tables (
wallet_transactions
andbalances
) via a single migration.
Usage
Database Structure
wallet_transactions
: Stores transaction history (credits and debits).balances
: Stores current balances for each user and currency.
Commands
- Verify wallet integrity:
Testing
Run the tests:
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
Repository
Find the source code at https://github.com/sakshsky/saksh-wallet.
License
This package is open-sourced software licensed under the MIT license.
All versions of saksh-wallet with dependencies
PHP Build Version
Package Version
The package sakshsky/saksh-wallet contains the following files
Loading the files please wait ....