NumberToWords is a PHP tool to convert a number into words.
- php >= 5.6
It is available via Composer:
"require": {
"mhabibi/number-to-words": "dev-master"
}
For now it supports only Persian language.
With some changes you can add new languages, customize a file in languages
directory and contribute this project.
$ phpunit