milax/money

Small class for money manipulation.

0.0.10 2016-01-12 07:39 UTC

This package is auto-updated.

Last update: 2024-04-07 17:16:55 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

$currency = new StdClass([
	'decimals' => 2,
	'name' => ' руб.',
	'display' => 'after'
]);

Milax\Currency::toString(12000, $currency);

// 120,00 руб.