Download the PHP package emma/internationalization without Composer
On this page you can find all versions of the php package emma/internationalization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download emma/internationalization
More information about emma/internationalization
Files in emma/internationalization
Package internationalization
Short Description A PHP 7.0+ internationalization library and services for getting all the world countries, country states, country's currency/currencies, symbols, locale and languages. It also includes: number formatter, decimal formatter and currency formatter. currency formatter by country name, isoAlphaCode2 or isoAlphaCode3.
License GPL-2.0-only
Informations about the package internationalization
intlCountries
A PHP 7.0+ internationalization library and services for getting all the
- world countries,
- country states,
- country's currency/currencies,
- symbols, locale and
-
languages.
It also includes:
- Number Formatter,
- Decimal Formatter and
-
Currency Formatter : currency formatter by country name, isoAlphaCode2 or isoAlphaCode3.
I am not going to bore you with lots of write-up to justify why you should or should not use this library as I strongly believe nobody says no to problem solving tools. So, here are the example as it can be used to solve internationalization problems:
If you check the
Countries
class, there are lots functions you can use for so many different internationalization. The example above are a few of how useful this library is to you. :)