Download the PHP package bavix/laravel-wallet without Composer
On this page you can find all versions of the php package bavix/laravel-wallet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bavix/laravel-wallet
More information about bavix/laravel-wallet
Files in bavix/laravel-wallet
Package laravel-wallet
Short Description It's easy to work with a virtual wallet.
License MIT
Homepage https://bavix.github.io/laravel-wallet/
Informations about the package laravel-wallet
laravel-wallet - It's easy to work with a virtual wallet.
[Benchmark] [Documentation] [Get Started]
- Vendor: bavix
- Package: laravel-wallet
- Composer:
composer require bavix/laravel-wallet
Support Policy
| Version | Laravel | PHP | Release date | End of improvements | End of support |
|---|---|---|---|---|---|
| 12.x | ^13.0 | 8.3,8.4,8.5 | Apr 18, 2026 | May 1, 2028 | Sep 6, 2028 |
| 11.x | ^11.0, ^12.0, ^13.0 | 8.3,8.4,8.5 | Mar 14, 2024 | May 1, 2026 | Sep 6, 2026 |
Upgrade Guide
To perform the migration, you will be helped by the instruction.
Community
I want to create a cozy place for developers using the wallet package. This will help you find bugs faster, get feedback and discuss ideas.
Telegram: @laravel_wallet
Extensions
| Extension | Description |
|---|---|
| Swap | Addition to the laravel-wallet library for quick setting of exchange rates |
| uuid | Addition to laravel-wallet to support model uuid keys |
| Warm Up | Addition to the laravel-wallet library for refresh balance wallets |
Usage
Add the HasWallet trait and Wallet interface to model.
Now we make transactions.
Purchases
Add the CanPay trait and Customer interface to your User model.
Add the HasWallet trait and interface to Item model.
Starting from version 9.x there are two product interfaces:
- For an unlimited number of products (
ProductInterface); - For a limited number of products (
ProductLimitedInterface);
An example with an unlimited number of products:
Example with a limited number of products:
I do not recommend using the limited interface when working with a shopping cart.
If you are working with a shopping cart, then you should override the PurchaseServiceInterface interface.
With it, you can check the availability of all products with one request, there will be no N-queries in the database.
Proceed to purchase.
Eager Loading
How to work with fractional numbers?
Add the HasWalletFloat trait and WalletFloat interface to model.
Now we make transactions.
Contributors
Code Contributors
This project exists thanks to all the people who contribute. [Contribute].
Financial Contributors
Become a financial contributor and help us sustain our community. [Contribute]
Individuals
Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
All versions of laravel-wallet with dependencies
ext-json Version *
ext-pdo Version *
brick/math Version >=0.14.2 <1.0.0
illuminate/contracts Version ^13.0
illuminate/database Version ^13.0
ramsey/uuid Version ^4.0