A money wrapper class

Maintainers

Package info

github.com/brightantwiboasiako/money

Homepage

pkg:composer/afoakwahsoftware/money

Statistics

Installs: 57

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-13 10:18: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