https://github.com/php-decimal/laravel
Laravel integration package for the decimal extension
https://github.com/php-decimal/laravel
Last synced: about 1 month ago
JSON representation
Laravel integration package for the decimal extension
- Host: GitHub
- URL: https://github.com/php-decimal/laravel
- Owner: php-decimal
- License: mit
- Created: 2018-10-26T16:58:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T10:38:07.000Z (over 2 years ago)
- Last Synced: 2025-09-21T22:38:18.359Z (5 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Decimal: Laravel Integration
[](https://packagist.org/packages/php-decimal/laravel)
Provides:
- Trait for models to cast `Decimal` objects.
- Global helper functions.
```bash
composer require php-decimal/laravel
```