mhabibi / number-to-words
A tool to convert a number to words
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mhabibi/number-to-words
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: 5.1.*
This package is not auto-updated.
Last update: 2025-10-25 23:53:35 UTC
README
Introduction
NumberToWords is a PHP tool to convert a number into words.
Requirements
- php >= 5.6
Installation
It is available via Composer:
"require": { "mhabibi/number-to-words": "dev-master" }
Languages
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.
Testing
$ phpunit