PHPackages                             muath-ye/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. muath-ye/laravel-wallet

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

muath-ye/laravel-wallet
=======================

A wonderful wallet interface for managing your money.

1.0.0(4y ago)16MITPHPPHP &gt;=7.2

Since Sep 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/muath-ye/laravel-wallet)[ Packagist](https://packagist.org/packages/muath-ye/laravel-wallet)[ RSS](/packages/muath-ye-laravel-wallet/feed)WikiDiscussions father Synced 3d ago

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

Laravel Requests Audit
----------------------

[](#laravel-requests-audit)

This is a package to audit all http requests in your project.

Installation
------------

[](#installation)

Require this package with composer.

```
composer require muath-ye/audit
```

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

The Audit will be enabled automatically but you can stop it when change `MUATHYE_AUDIT_ENABLED` is `false`.

> If you use a catch-all/fallback route, make sure you load the Muathye ServiceProvider before your own App ServiceProviders.

### Laravel without auto-discovery

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Muathye\Audit\ServiceProvider::class,
```

#### Copy the package config to your local config with the publish command:

[](#copy-the-package-config-to-your-local-config-with-the-publish-command)

```
php artisan vendor:publish --provider="Muathye\Audit\ServiceProvider"
```

Usage
-----

[](#usage)

update your `.env` file as following:

```
MUATHYE_AUDIT_ENABLED=true
```

Enabling/Disabling on run time
------------------------------

[](#enablingdisabling-on-run-time)

You can enable or disable the audit during run time.

```
\Audit::enable();
\Audit::disable();
```

Note `Audit::class` is registered as an aliese for `Muathye\Audit\Support\Audit::class`

Use can use helper functions :

```
enableAudit();
disableAudit();
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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

1688d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66c9b114af377fd2400eb4737a18d5d6833a0ece6fc4f9d3b063000d50253f97?d=identicon)[muath-ye](/maintainers/muath-ye)

---

Top Contributors

[![muath-ye](https://avatars.githubusercontent.com/u/34031333?v=4)](https://github.com/muath-ye "muath-ye (1 commits)")

---

Tags

laravelwalletmuath-ye

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[stephenjude/laravel-wallet

A simple wallet implementation for Laravel

26411.7k](/packages/stephenjude-laravel-wallet)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[novatree/wallet

Simple Wallet

272.5k](/packages/novatree-wallet)

PHPackages © 2026

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