PHPackages                             payamava/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. payamava/wallet

ActiveLibrary[Payment Processing](/categories/payments)

payamava/wallet
===============

This package is designed to manage users wallet

v1.0.6(8y ago)058MITPHP

Since Mar 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mpiri44/wallet)[ Packagist](https://packagist.org/packages/payamava/wallet)[ RSS](/packages/payamava-wallet/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (8)Used By (0)

A package for managing wallets of users

Installing
==========

[](#installing)

Begin by pulling in the package through Composer.

```
composer require payamava/wallet

```

Next, if using Laravel 5, include the service provider within your config/app.php file.

```
'providers' => [
    payamava\wallet\WalletServiceProvider::class,
];

php artisan vendor:publish

php artisan migrate

```

Usage
-----

[](#usage)

get log wallet for special user

```
$user->wallet()

```

Increase or decrease the amount of wallet

```
$user->cash(1000) //increase
$user->cash(-1000) //decrease

```

Get total Cash

```
  $user->totalCash()

```

Getting the details of the first charge of the account

```
  $user->firstCash()

```

Getting the details of the last charge of the account

```
  $user->lastCash()

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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

Every ~0 days

Total

7

Last Release

2989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bca058d72d99ea0cde2b63dc20759bec62cf617242ce5248bb7073b1b9bae6b7?d=identicon)[mpiri44](/maintainers/mpiri44)

---

Top Contributors

[![mpiri44](https://avatars.githubusercontent.com/u/17794217?v=4)](https://github.com/mpiri44 "mpiri44 (10 commits)")

---

Tags

laravelwallet

### Embed Badge

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

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

###  Alternatives

[021/laravel-wallet

Reliable and flexible wallet system for Laravel

2785.2k](/packages/021-laravel-wallet)[bavix/laravel-wallet-swap

Addition to the package laravel-wallet.

2427.2k](/packages/bavix-laravel-wallet-swap)

PHPackages © 2026

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