2017 © Pedro Peláez
 

library numbers2words

It spells numbers (and currencies)!

image

jurchiks/numbers2words

It spells numbers (and currencies)!

  • Monday, September 18, 2017
  • by jurchiks
  • Repository
  • 2 Watchers
  • 10 Stars
  • 6,143 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 14 Versions
  • 8 % Grown

The README.md

numbers2words

This is a general-purpose library meant for number spelling for use in, e.g. legal documents and bills., (*1)

License Downloads, (*2)

Supported languages (ISO 639-1 language codes): * English (en) * Estonian (et) * Latvian (lv) * Lithuanian (lt) * Russian (ru) * Spanish (es) * Italian (it) * Polish (pl), (*3)

Supported currencies (ISO 4217 currency codes): * British Pounds (GBP) * Euro (EUR) * Latvian Lats (LVL) * Lithuanian Lits (LTL) * Russian Roubles (RUR) * U.S. Dollars (USD) * Polish Zloty (PLN) * Tanzanian Shillings (TZS), (*4)

Installation:

composer require jurchiks/numbers2words

Usage:

use js\tools\numbers2words\Speller;

Speller::spellNumber(123, Speller::LANGUAGE_RUSSIAN);
// output: сто двадцать три
Speller::spellCurrency(123, Speller::LANGUAGE_ENGLISH, Speller::CURRENCY_EURO, false);
// output: one hundred twenty three euro
Speller::spellCurrency(123, Speller::LANGUAGE_ENGLISH, Speller::CURRENCY_EURO);
// output: one hundred twenty three euro and 0 cents
Speller::spellCurrency(123.45, Speller::LANGUAGE_ENGLISH, Speller::CURRENCY_EURO, true, true);
// output: one hundred twenty three euro and forty five cents
Speller::spellCurrencyShort(123.45, Speller::LANGUAGE_ENGLISH, Speller::CURRENCY_EURO);
// output: one hundred twenty three EUR 45/100

Twig:

There is a Twig extension available for this library: jurchiks/numbers2words_twig, (*5)

The Versions

18/09 2017

dev-master

9999999-dev

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

18/09 2017

2.3.8

2.3.8.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

23/01 2017

2.3.7

2.3.7.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

25/08 2016

2.3.6

2.3.6.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

25/08 2016

2.3.5

2.3.5.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

05/12 2015

2.3.4

2.3.4.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

05/12 2015

2.3.3

2.3.3.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

05/12 2015

2.3.2

2.3.2.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

05/12 2015

2.3.1

2.3.1.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

05/12 2015

2.3.0

2.3.0.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

05/12 2015

2.2.0

2.2.0.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

28/09 2015

2.1.0

2.1.0.0

It spells numbers (and currencies)!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

26/09 2015

2.0.0

2.0.0.0

It spells numbers!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell

22/09 2015

1.0.2

1.0.2.0

It spells numbers!

  Sources   Download

MIT

by Avatar jurchiks

currency numbers spell