PHPackages                             tigrov/intldata - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. tigrov/intldata

ActiveLibrary[Localization &amp; i18n](/categories/localization)

tigrov/intldata
===============

Intl extension data in comfortable format.

1.1.4(6y ago)13.6k1MITPHPPHP &gt;=5.6.0

Since Dec 22Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Tigrov/intldata)[ Packagist](https://packagist.org/packages/tigrov/intldata)[ RSS](/packages/tigrov-intldata/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (7)Used By (1)

Intl data
=========

[](#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.

[![Latest Stable Version](https://camo.githubusercontent.com/e584232333115b601c3a2a9a902748f7400e22b74ee95116e300e533dd7381e0/68747470733a2f2f706f7365722e707567782e6f72672f546967726f762f696e746c646174612f762f737461626c65)](https://packagist.org/packages/Tigrov/intldata)[![Build Status](https://camo.githubusercontent.com/14b6369f12dd8457d6ed100df0a2f1ed0cf1d77667f2f6e188b549c3a5bb11c2/68747470733a2f2f7472617669732d63692e6f72672f546967726f762f696e746c646174612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Tigrov/intldata)

The library consist of static classes:

- Continent
- Region
- Subregion
- Country
- Language
- Locale
- Currency
- Timezone
- MeasurementSystem

Each of them has follow static methods:

```
// Get list of codes.
ClassName::codes();

// Get a boolean indicating whether data has a code.
ClassName::has($code);

// Get list of names.
ClassName::names();

// Get name by code.
ClassName::name($code);

// E.g.
Country::names();
Currency::name('USD');
Locale::codes();
Timezone::has('America/New_York');
```

And some of the classes have additional static methods to get more information.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist tigrov/intldata

```

or add

```
"tigrov/intldata": "~1.0"

```

to the require section of your `composer.json` file.

Addition
--------

[](#addition)

- For additional information about countries (flags, codes, borders and other) use a library
     or/and
- For divisions (country regions and states) and cities use a library

- For more information about Intl extension data use
    [http://intl.rmcreative.ru/tables?locale=en\_US](http://intl.rmcreative.ru/tables?locale=en_US)

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~124 days

Recently: every ~155 days

Total

6

Last Release

2493d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2112911?v=4)[Tigros](/maintainers/Tigros)[@tigros](https://github.com/tigros)

---

Top Contributors

[![Tigrov](https://avatars.githubusercontent.com/u/8563175?v=4)](https://github.com/Tigrov "Tigrov (44 commits)")

---

Tags

i18nintll10nphpintlcurrencylocalizationinternationalizationi18nlanguagel10nlocalecountrytime zoneregionmeasurementtimezonecontinent

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tigrov-intldata/health.svg)

```
[![Health](https://phpackages.com/badges/tigrov-intldata/health.svg)](https://phpackages.com/packages/tigrov-intldata)
```

###  Alternatives

[tigrov/yii2-country

Country data for Yii2 using Intl extension and more.

151.1k](/packages/tigrov-yii2-country)[symfony/intl

Provides access to the localization data of the ICU library

2.6k213.6M1.4k](/packages/symfony-intl)[aplus/language

Aplus Framework Language Library

2391.7M15](/packages/aplus-language)[gettext/languages

gettext languages with plural rules

7832.7M12](/packages/gettext-languages)[aura/intl

The Aura Intl package provides internationalization tools, specifically message translation.

938.5M4](/packages/aura-intl)[delight-im/i18n

Internationalization and localization for PHP

595.4k3](/packages/delight-im-i18n)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
