Download the PHP package joaoreisweb/numbers-in-words without Composer

On this page you can find all versions of the php package joaoreisweb/numbers-in-words. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package numbers-in-words

Numbers in Words

Script to write numbers in words

Pequeno script para escrever números por extenso

INSTALL with composer

USAGE

RESULTS

Short scale Every new term greater than million is one thousand times larger than the previous term. Thus, billion means a thousand millions 10(9), trillion means a thousand billions 10(12), and so on. Thus, an n-illion equals 10(3n + 3).

Long scale Every new term greater than million is one million times larger than the previous term. Thus, billion means a million millions 10(12), trillion means a million billions 10(18), and so on. Thus, an n-illion equals 10(6n).

A escala curta corresponde a um sistema de nomenclatura de números em que cada novo termo superior ao milhão é 1.000 vezes maior que o termo anterior. Por exemplo, bilião ou bilhão é equivalente a mil milhões 10(9), um trilião ou trilhão é equivalente a mil biliões 10(12) e assim em diante.

A escala longa corresponde a um sistema de nomenclatura de números em que cada novo termo superior ao milhão é 1.000.000 de vezes maior que o termo anterior. Por exemplo, um bilião é equivalente a um milhão de milhões 10(12); um trilião é equivalente a um milhão de biliões 10(18), e assim por diante.

fonte wikipédia wiki/Long_and_short_scales

PT BR - Escala Curta PT BR - Escala Longa EN - Short Scale EN - Long Scale
mil mil thousand thousand
milhão milhão million million
bilião mil milhões billion thousand million
trilião bilião trillion billion
quatrilhão mil biliões quadrillion thousand billion
quintilião trilião quintillion trillion
sextilião mil triliões sextillion thousand trillion
septilião quatrilião septillion quadrillion
octilião mil quatriliões octillion thousand quadrillion
nonilião quintilião nonillion quintillion
decilião mil quintiliões decillion thousand quintillion
undecilião sextilião undecillion sextillion
duodecilião mil sextiliões duodecillion thousand sextillion
tredecilião septilião tredecillion septillion
quatridecilião mil septiliões quattuordecillion thousand septillion
quindecilião octilião quindecillion octillion
sexdecilião mil octiliões sexdecillion thousand octillion
septendecilião nonilião septendecillion nonillion
octodecilião mil noniliões octodecillion thousand nonillion
novendecilião decilião novemdecillion decillion
vigintilião mil deciliões vigintillion thousand decillion
unvigintilião undecilião unvigintillion undecillion
duovigintilião mil undeciliões duovigintillion thousand undecillion
trivigintilião duodecilião trevigintillion duodecillion
quatrivigintilião mil duodeciliões quattuorvigintillion thousand duodecillion
quinquavigintilião tredecilião quinvigintillion tredecillion
Continent Short scale usage Long scale usage
Africa Arabic (Egypt, Libya, Tunisia), English (South Sudan), South African English Afrikaans, French (Benin, Central African Republic, Gabon, Guinea), Portuguese (Mozambique)
North America American English, Canadian English U.S. Spanish, Canadian French, Mexican Spanish
South America Brazilian Portuguese, English (Guyana) American Spanish, Dutch (Suriname), French (French Guiana)
Antarctica Australian English, British English, New Zealand English, Russian American Spanish (Argentina, Chile), French (France), Norwegian (Norway)
Asia Burmese (Myanmar), Hebrew (Israel), Indonesian, Malaysian English, Philippine English, Kazakh, Uzbek, Kyrgyz Portuguese (East Timor, Macau), Persian (Iran)
Europe British English, Welsh, Estonian, Greek, Latvian, Lithuanian, Russian, Turkish, Ukrainian Danish, Dutch, Finnish, French, German, Icelandic, Italian, Norwegian, Polish, Portuguese, Romanian, Spanish, Swedish and most other languages of continental Europe
Oceania Australian English, New Zealand English French (French Polynesia, New Caledonia)

All versions of numbers-in-words with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package joaoreisweb/numbers-in-words contains the following files

Loading the files please wait ....