v1.0.1 2019-01-12 17:48 UTC

This package is auto-updated.

Last update: 2024-04-13 05:50:05 UTC


README

This is a wrapper class for money and currency that enhances internationalization using Locales.

Installation:

Using Composer:

composer require afoakwahsoftware/money

Usage:

Create a new money instance:

use \Money\Money;

use \Money\Currency;

$money = new Money(50.00, new Currency('en-US'));

echo $money

?>

The above code will print $50.00