joseftraxler / laravel-money
Lightweight money and currency utilities for Laravel applications.
v1.0.0-beta.1
2026-04-29 23:47 UTC
Requires
- php: >=8.4
- ext-intl: *
- illuminate/contracts: >=12
- illuminate/database: >=12
- illuminate/support: >=12
- moneyphp/money: ^4.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95
- pestphp/pest: ^4.6
- phpstan/phpstan: ^2.1
Conflicts
- illuminate/database: <12
This package is auto-updated.
Last update: 2026-04-29 23:48:44 UTC
README
A lightweight, zero-configuration Laravel package that provides simple and elegant working with Money.
Contributing
Contributions are welcome! Please ensure:
- Code passes all tests:
composer test - Code standards are met:
composer cs - Static analysis passes:
composer stan
License
MIT License © Josef Traxler
See the LICENSE file for details.
Support
- Issues: GitHub Issues
- Source: GitHub Repository