amirsanni / number-to-words
A simple library for converting figures to words in PHP.
Installs: 7 352
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 4
Open Issues: 0
This package is auto-updated.
Last update: 2025-04-12 02:11:16 UTC
README
A PHP library for converting numbers (figures) to words in specified currency code.
Installation
composer require amirsanni/number-to-words
Supported Currency Codes
AED, AFN, ANG, ARS, AUD, BRL, CAD, CHF, CNY, DKK, DZD, EGP, EUR, GBP, GHC, GHS, HKD, ILS, INR, IQD, IRR, JMD, JOD, JPY, KES, KPW, KRW, KWD, LYD, MXN, MAD, MUR, NGN, NZD, PEN, PHP, PYG, QAR, RON, RSD, RUB, RWF, SAR, SDG, SEK, SGD, SHP, SYP, THB, TND, TRY, TWD, UGX, USD, VES, XAF, XCD, XOF, XPF, YER, ZAR.
Test
$obj = new NumberToWords();
echo $obj->convert(3490948028.56, "NGN");
Displays Three Billion, Four Hundred and Ninety Million, Nine Hundred and Forty-Eight Thousand, and Twenty-Eight Naira, Fifty-Six Kobo.