PHPackages                             fereydooni/laravel-wallet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. fereydooni/laravel-wallet

ActiveLibrary[Payment Processing](/categories/payments)

fereydooni/laravel-wallet
=========================

A Laravel backend package for immutable double-entry wallets, multi-asset balances, verified gateways, reservations, payouts, refunds, transfers, and reconciliation.

1.0.0(1mo ago)00MITPHPPHP ^8.2

Since May 1Pushed 1mo agoCompare

[ Source](https://github.com/Behnamfe76/laravel-wallet)[ Packagist](https://packagist.org/packages/fereydooni/laravel-wallet)[ RSS](/packages/fereydooni-laravel-wallet/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (14)Versions (2)Used By (0)

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
-----------

[](#basic-usage)

```
use Fereydooni\LaravelWallet\Contracts\Services\WalletService;

$wallet = app(WalletService::class)->walletForUser($user);
```

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
-----------------

[](#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.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance92

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

39d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101217538?v=4)[Behnam Fereydooni](/maintainers/Behnamfe76)[@Behnamfe76](https://github.com/Behnamfe76)

---

Top Contributors

[![Behnamfe76](https://avatars.githubusercontent.com/u/101217538?v=4)](https://github.com/Behnamfe76 "Behnamfe76 (11 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fereydooni-laravel-wallet/health.svg)

```
[![Health](https://phpackages.com/badges/fereydooni-laravel-wallet/health.svg)](https://phpackages.com/packages/fereydooni-laravel-wallet)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9732.3M121](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k14.1M120](/packages/laravel-pulse)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76318.2M110](/packages/laravel-mcp)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59156.3k10](/packages/api-platform-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
