elegantly/laravel-money
Laravel integration for brick/money: Eloquent casting to Brick\Money\Money, safe parsing from strings/ints/floats, and a ValidMoney validation rule with min/max bounds and nullability. Store amounts cleanly (with currency column or fixed currency).
Customizable rounding mode for MoneyParser
Full Changelog: https://github.com/ElegantEngineeringTech/laravel-money/compare/v2.3.0...v2.3.1
Support for Laravel 12
Finller\Money to Elegantly\Money. You can simply do a search+replace.MoneyCast serialize method now return a float (100.00) instead of a string (EUR 100.00). This will affect $model-> attributesToArray(), and $model->toJson()Full Changelog: https://github.com/finller/laravel-money/compare/v1.0.3...v1.0.4
Full Changelog: https://github.com/finller/laravel-money/compare/v1.0.2...v1.0.3
Add support for negative amount.
Full Changelog: https://github.com/finller/laravel-money/compare/v1.0.0...v1.0.1
How can I help you explore Laravel packages today?