PHPackages                             icekristal/laravel-interior-multi-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. icekristal/laravel-interior-multi-wallet

ActiveLibrary

icekristal/laravel-interior-multi-wallet
========================================

Laravel multi wallet

v6.0.0(4mo ago)42.5k—5%1MITPHPPHP ^8.2

Since Jun 18Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/icekristal/laravel-interior-multi-wallet)[ Packagist](https://packagist.org/packages/icekristal/laravel-interior-multi-wallet)[ RSS](/packages/icekristal-laravel-interior-multi-wallet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (29)Used By (0)

install:

```
composer require icekristal/laravel-interior-multi-wallet
```

migration:

```
php artisan vendor:publish --provider="Icekristal\LaravelInteriorMultiWallet\IceInteriorMultiWalletServiceProvider" --tag="migrations"
```

config:

```
php artisan vendor:publish --provider="Icekristal\LaravelInteriorMultiWallet\IceInteriorMultiWalletServiceProvider" --tag="config"
```

lang:

```
php artisan vendor:publish --provider="Icekristal\LaravelInteriorMultiWallet\IceInteriorMultiWalletServiceProvider" --tag="translations"
```

enums:

```
php artisan vendor:publish --provider="Icekristal\LaravelInteriorMultiWallet\IceInteriorMultiWalletServiceProvider" --tag="enums"
```

use:

```
use Icekristal\LaravelInteriorMultiWallet\InteractsWithMultiWallet;

class User extends Model
{
    use InteractsWithMultiWallet;
}
```

get balance user:

```
$balanceDefaultCurrency = $modelUser->balance();
$balanceOtherCurrency = $modelUser->balance('key_other_currency'); //default balanceType = main
$balanceOtherCurrencyAndTypeBalance = $modelUser->balance('key_currency', 'demo'); //default balanceType = main
```

set debit balance:

```
$modelUser->debitBalance($amount, 'key_type'); //Debit default currency
$modelUser->debitBalance($amount, 'key_type', 'key_other_currency'); //Debit other currency
$modelUser->debitBalance($amount, 'key_type', 'key_currency', 'type_balance'); //Debit other type_balance, see config im_wallet
```

set credit balance:

```
$modelUser->creditBalance($amount, 'key_type'); //Credit default currency
$modelUser->creditBalance($amount, 'key_type', 'key_other_currency'); //Credit other currency
$modelUser->creditBalance($amount, 'key_type', 'key_currency', 'type_balance'); //Credit other type_balance, see config im_wallet
```

see transaction user

```
$modelUser->balanceTransaction()->get(); //All transaction
$modelUser->balanceTransaction($codeCurrency, $balanceType)->get(); //All transaction only codeCurrency and balanceType
```

block/unblock transaction user

```
$modelUser->blockTransaction($typeCredit, $codeCurrency, $balanceType); //Block transaction all params (permanent)
$modelUser->blockTransaction($typeCredit, $codeCurrency); //Block transaction only typeCredit and codeCurrency
$modelUser->blockTransaction(null, $codeCurrency, $balanceType); //Block transaction only codeCurrency and balanceType

$modelUser->unblockTransaction($typeCredit, $codeCurrency, $balanceType); //Unblock transaction all params
$modelUser->unblockTransaction($typeCredit, null, $balanceType); //Unblock only typeCredit and balanceType
$modelUser->unblockTransaction($typeCredit, $codeCurrency); //Unblock only typeCredit and codeCurrency
```

Facade Action

```
ImWallet::setOwner($owner)
        ->setType($typeCredit)
        ->setCurrency($codeCurrency)
        ->setBalanceType($balanceType)
        ->setAmount($amount)
        ->setWho($who)
        ->setOther($otherInfo)
        ->executeTransaction();
```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance73

Regular maintenance activity

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity71

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 ~51 days

Recently: every ~110 days

Total

26

Last Release

149d ago

Major Versions

v1.2.0 → v2.0.02023-09-14

v2.0.6 → v3.0.02024-03-07

v3.0.0 → v4.0.02024-10-01

v4.0.2 → 5.0.02025-03-01

v2.0.7 → v6.0.02025-12-20

PHP version history (3 changes)v1.0.3PHP ^8.0

v1.1.0PHP ^8.1

v3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c3f1e43165a21bbd33518179ccd8e16af3724286055c22bdb12fdbe9dd9efe7?d=identicon)[icekristal](/maintainers/icekristal)

---

Top Contributors

[![icekristal](https://avatars.githubusercontent.com/u/24248381?v=4)](https://github.com/icekristal "icekristal (43 commits)")

### Embed Badge

![Health badge](/badges/icekristal-laravel-interior-multi-wallet/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11120.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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