PHPackages                             deesynertz/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. deesynertz/laravel-wallet

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

deesynertz/laravel-wallet
=========================

laravel-wallet

v1.0.2(2y ago)011MITPHPPHP &gt;=5.5.0

Since Feb 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/deesynertz/laravel-wallet)[ Packagist](https://packagist.org/packages/deesynertz/laravel-wallet)[ Docs](https://github.com/deesynertz/laravel-wallet)[ RSS](/packages/deesynertz-laravel-wallet/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

deesynertz/laravel-wallet
=========================

[](#deesynertzlaravel-wallet)

Features
--------

[](#features)

### Installation

[](#installation)

Using Composer run

```
composer require deesynertz/laravel-wallet
```

### Laravel &gt;= 5.5

[](#laravel--55)

That's it! The package is auto-discovered on 5.5 and up!

### Laravel &lt;= 5.4

[](#laravel--54)

Add the service provider to the `providers` array in your `config/app.php` file:

```
'providers' => [
    // Other Laravel service providers...

    /*
    * Package Service Providers...
    */
    Deesynertz\Location\WalletServiceProvider::class,

    // Other package service providers...
],
```

for aut publish add this into you project `composer.json` on `scripts` section

```
    // Other post-autoload-dump...

    "scripts": {
        "post-install-cmd": [
            "@php artisan vendor:publish --tag=deesynertz-wallet-config --force",
            "@php artisan vendor:publish --tag=deesynertz-wallet-migrations --force",
            "@php artisan vendor:publish --tag=deesynertz-wallet-helpers --force"
        ]
    },
```

### Usage

[](#usage)

Contributions
-------------

[](#contributions)

Contributions and feedback are welcome! Feel free to open an issue or submit a pull request on GitHub.

License
-------

[](#license)

This package is open-source software licensed under the [MIT](https://github.com/deesynertz/laravel-wallet/blob/master/LICENSE) license.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

3

Last Release

860d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54396567?v=4)[Deogratias Alison](/maintainers/Deesynertz)[@deesynertz](https://github.com/deesynertz)

---

Top Contributors

[![deesynertz](https://avatars.githubusercontent.com/u/54396567?v=4)](https://github.com/deesynertz "deesynertz (6 commits)")

---

Tags

phplaravelwalletlaravel-wallet

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[hasinhayder/tyro-login

Tyro Login - Beautiful, customizable authentication views for Laravel 12 &amp; 13

2464.9k6](/packages/hasinhayder-tyro-login)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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