Download the PHP package tigrov/intldata without Composer
On this page you can find all versions of the php package tigrov/intldata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tigrov/intldata
More information about tigrov/intldata
Files in tigrov/intldata
Package intldata
Short Description Intl extension data in comfortable format.
License MIT
Informations about the package intldata
Intl data
The library provides easy access to Intl extension data for information about regions, sub-regions, countries, languages, locales, currencies and timezones. Also it has two additional classes for information about continents and measurement systems.
The library consist of static classes:
- Continent
- Region
- Subregion
- Country
- Language
- Locale
- Currency
- Timezone
- MeasurementSystem
Each of them has follow static methods:
And some of the classes have additional static methods to get more information.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Addition
- For additional information about countries (flags, codes, borders and other) use a library
https://github.com/rinvex/country or/and https://github.com/antonioribeiro/countries - For divisions (country regions and states) and cities use a library
https://github.com/MenaraSolutions/geographer - For more information about Intl extension data use
http://intl.rmcreative.ru/tables?locale=en_US
http://php.net/manual/book.intl.php
License
MIT
All versions of intldata with dependencies
ext-intl Version *