An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PHP Decimal: Laravel Integration

[![Packagist](https://img.shields.io/packagist/v/php-decimal/laravel.svg)](https://packagist.org/packages/php-decimal/laravel)

Provides:
- Trait for models to cast `Decimal` objects.
- Global helper functions.

```bash
composer require php-decimal/laravel
```