helvetitec/laramoney

There is no license information available for the latest version (v1.5.2) of this package.

PHPMoney implementation for Laravel

Maintainers

Package info

github.com/Helvetitec/laramoney

pkg:composer/helvetitec/laramoney

Statistics

Installs: 1 997

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.5.2 2026-05-08 15:03 UTC

README

MoneyPHP implementation for Laravel

Usage

  1. Use LaraMoneyCast to cast values to a json field like ['amount' => 100, 'currency' => 'brl']
  2. Use LaraMoneySimpleCast to cast values directly to an integer field with an optional 'currency' field inside the model.
  3. Use Money facade for anything else