milax/money

Small class for money manipulation.

Maintainers

Package info

github.com/milaxcom/money

pkg:composer/milax/money

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.10 2016-01-12 07:39 UTC

This package is auto-updated.

Last update: 2026-03-07 21:31:33 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 руб.