eeshiro/decimal-to-word

Decimal to word converter for monetary values

1.0.0 2021-03-04 06:08 UTC

This package is auto-updated.

Last update: 2025-06-04 15:17:14 UTC


README

Decimal to word for monetary value

usage

DecimalToWord::convert($decimal, $currency);<br>
DecimalToWord::$formatted;

example

DecimalToWord::convert(1599.6, 'Pesos', 'Centavos');<br>
DecimalToWord::$formatted;<br>

//One Thousand, Five Hundred Ninety-Nine Pesos and Sixty Centavos<br>
//1,599.60