Top Level :: Numbers

Package Information: Numbers_Words

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
The PEAR Numbers_Words package provides methods for spelling numerals in words. PHP
» Current Release » Bug Summary
0.18.2 (beta) was released on 2018-02-13 by ashnazg (Changelog)
Easy Install

Not sure? Get more info.

pear install Numbers_Words

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Numbers_Words

  • Package Maintenance Rank: 43 of 229 packages with open bugs
  • Number of open bugs: 3 (39 total bugs)
  • Average age of open bugs: 3007 days
  • Oldest open bug: 3336 days
  • Number of open feature requests: 3 (12 total feature requests)

Report a new bug to Numbers_Words
» Description
With Numbers_Words class you can convert numbers
written in arabic digits to words in several languages.
You can convert an integer between -infinity and infinity.
If your system does not support such long numbers you can
call Numbers_Words::toWords() with just a string.

With the Numbers_Words::toCurrency($num, $locale, 'USD') method
you can convert a number (decimal and fraction part) to words with currency name.

The following languages are supported:
* bg (Bulgarian) by Kouber Saparev
* cs (Czech) by Petr 'PePa' Pavel
* de (German) by Piotr Klaban
* dk (Danish) by Jesper Veggerby
* en_100 (Donald Knuth system, English) by Piotr Klaban
* en_GB (British English) by Piotr Klaban
* en_US (American English) by Piotr Klaban
* es (Spanish Castellano) by Xavier Noguer
* es_AR (Argentinian Spanish) by Martin Marrese
* et (Estonian) by Erkki Saarniit
* fr (French) by Kouber Saparev
* fr_BE (French Belgium) by Kouber Saparev and Philippe Bajoit
* he (Hebrew) by Hadar Porat
* hu_HU (Hungarian) by Nils Homp
* id (Indonesian) by Ernas M. Jamil and Arif Rifai Dwiyanto
* it_IT (Italian) by Filippo Beltramini and Davide Caironi
* lt (Lithuanian) by Laurynas Butkus
* nl (Dutch) by WHAM van Dinter
* pl (Polish) by Piotr Klaban
* pt_BR (Brazilian Portuguese) by Igor Feghali
* ro_RO (Romanian) by Bogdan Stancescu
* ru (Russian) by Andrey Demenev
* sv (Swedish) by Robin Ericsson
* tr_TR (Turkish) by Shahriyar Imanov
* ua (Ukrainian) by Andrey Demenev and Vital Leshchyk
» Maintainers » More Information

Packages that depend on Numbers_Words

Dependencies for Numbers_Words