A money wrapper class

Installs: 57

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/afoakwahsoftware/money

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

This package is auto-updated.

Last update: 2025-09-13 08:50:43 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