mortezaa97/wallet

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/mortezaa97/wallet

v1.0.2 2025-11-10 22:06 UTC

This package is auto-updated.

Last update: 2025-12-10 22:17:07 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation

You can install the package via composer:

composer require mortezaa97/wallet

Usage

Filament integration

If you are using Filament you may easily let administrators credit a user's wallet straight from the users table by adding the provided action:

use Mortezaa97\Wallet\Filament\Tables\Actions\ChargeUserWalletAction;

// ...

->recordActions([
    EditAction::make()->iconButton()->tooltip('ویرایش'),
    ChargeUserWalletAction::make(),
])

The action displays a modal where you can pick an existing wallet (or automatically create one), enter the amount, optional description / expiry, and decide whether the charge should be verified immediately.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email mortezajafari76@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.