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

ActiveLibrary[Payment Processing](/categories/payments)

faganchalabizada/wallet-laravel
===============================

Simple Wallet

v1.4(3y ago)0352MITPHPPHP &gt;=5.5.9

Since Oct 27Pushed 3y agoCompare

[ Source](https://github.com/faganchalabizada/wallet-laravel)[ Packagist](https://packagist.org/packages/faganchalabizada/wallet-laravel)[ RSS](/packages/faganchalabizada-wallet-laravel/feed)WikiDiscussions master Synced yesterday

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

Laravel Wallet
--------------

[](#laravel-wallet)

A simple wallet feature implementation for Laravel.

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

[](#installation)

Install the package through [Composer](http://getcomposer.org/).

Run the Composer require command from the Terminal:

```
composer require faganchalabizada/wallet-laravel

```

Now all you have to do is to add the service provider of the package and alias the package. To do this open your `config/app.php` file.

Add a new line to the `providers` array:

```
FaganChalabizada\Wallet\WalletServiceProvider::class

```

And optionally add a new line to the `aliases` array:

```
'Wallet' => FaganChalabizada\Wallet\facades\WalletApiFacades::class

```

Now you're ready to start using the wallet feature in your application.

Configuration
-------------

[](#configuration)

Publish the configuration for this package to further create tables. Run the following command:

```
php artisan vendor:publish
php artisan migrate

```

Usage
-----

[](#usage)

To create a new account type for wallet, use createAccountType() method

```
Wallet::createAccountType($accountType, $machineName, $isActive);
```

To create a transaction type for wallet, use createTransactionType() method

```
Wallet::createTransactionType($transactionType, $status);
```

To do a transaction in wallet, use createTransaction() method

```
Wallet::createTransaction($account_type_id, $transaction_type_id, $amount, $transaction_date, $user_id, $transaction_status);
```

To get user's transaction for wallet, use getUserTransaction() method

```
Wallet::getUserTransaction($user_id,$transaction_id,$transaction_date,$account_type,$transaction_type,$transaction_status);
```

To get type of all account, use getAccountTypes() method. Here $status is a optional parameter. To get all active account $status parameter should be 1, and 0 in case of inactive.

```
Wallet::getAccountTypes($status);
```

To get type of all transactions, use getTransactionTypes() method. Here $status is a optional parameter. To get all active transactions $status parameter should be 1, and 0 in case of inactive.

```
Wallet::getTransactionTypes($status);
```

License
-------

[](#license)

The Laravel Wallet is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

Every ~698 days

Total

3

Last Release

1359d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/623c2692d35e8e43477ffd350b9d321694b074b090a68b3f548cd7b5a4ab096e?d=identicon)[faganchalabizada](/maintainers/faganchalabizada)

---

Top Contributors

[![faganchalabizada](https://avatars.githubusercontent.com/u/24652555?v=4)](https://github.com/faganchalabizada "faganchalabizada (16 commits)")

---

Tags

laravelwallet

### Embed Badge

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

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

###  Alternatives

[yansongda/laravel-pay

专注 Alipay/WeChat/Unipay 的 laravel 支付扩展包

1.1k353.2k9](/packages/yansongda-laravel-pay)[021/laravel-wallet

Reliable and flexible wallet system for Laravel

2785.2k](/packages/021-laravel-wallet)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[asciisd/knet

Knet package is provides an expressive, fluent interface to KNet's payment services.

141.1k](/packages/asciisd-knet)

PHPackages © 2026

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