eeshiro / decimal-to-word
Decimal to word converter for monetary values
1.0.0
2021-03-04 06:08 UTC
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: ~4.0
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