Download the PHP package fereydooni/laravel-wallet without Composer
On this page you can find all versions of the php package fereydooni/laravel-wallet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fereydooni/laravel-wallet
More information about fereydooni/laravel-wallet
Files in fereydooni/laravel-wallet
Package laravel-wallet
Short Description A Laravel backend package for immutable double-entry wallets, multi-asset balances, verified gateways, reservations, payouts, refunds, transfers, and reconciliation.
License MIT
Informations about the package laravel-wallet
Laravel Wallet
fereydooni/laravel-wallet is a Laravel 11+ backend package for one wallet per configured User model, multi-asset accounts, immutable double-entry ledger records, verified gateway deposits, reservations, withdrawals, refunds, optional transfers, transaction history, and rebuildable balance snapshots.
The package does not ship a UI or admin panel. Host applications interact with PHP services, contracts, facades, migrations, optional routes, jobs, and events.
Basic Usage
IRR is enabled by default as the canonical settlement asset for Iranian gateways. IRT/Toman aliases are disabled unless the host application explicitly configures an input or display alias that normalizes to IRR before settlement or ledger recording.
Package callback routes are disabled by default and only register when wallet.routes.enabled is set to true.
Wallet Operations
The package exposes backend services for deposits, reservations, capture/release, withdrawals, refunds, transfers, exchanges, reconciliation, gateway registration, and policy replacement. Routes are disabled by default, transfers are disabled by default, Activitylog is disabled by default, and cached balances are changed only by ledger posting or reconciliation rebuilds.
See docs/usage.md for examples and MySQL/PostgreSQL compatibility notes.
All versions of laravel-wallet with dependencies
illuminate/contracts Version ^11.0|^12.0
illuminate/database Version ^11.0|^12.0
illuminate/events Version ^11.0|^12.0
illuminate/http Version ^11.0|^12.0
illuminate/queue Version ^11.0|^12.0
illuminate/routing Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0
illuminate/validation Version ^11.0|^12.0