PHPackages                             parziphal/world-data - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. parziphal/world-data

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

parziphal/world-data
====================

Countries and languages names and codes.

v0.2(9y ago)025MITPHPPHP &gt;=5.4

Since May 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Parziphal/world-data)[ Packagist](https://packagist.org/packages/parziphal/world-data)[ RSS](/packages/parziphal-world-data/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Countries and languages
-----------------------

[](#countries-and-languages)

List of countries and languages, in english. Countries have their corresponding ISO 2, ISO 3 and ISO Numeric codes; languages have their corresponding ISO 639-1 codes.

There are two classes under the `Parziphal\WorldData` namespace: `Languages` and `Countries`. These can be used to get the data of each resource, and to optionally customize it:

```
use Parziphal\WorldData\Countries;

// Get all data columns
$countries = Countries::get();

// Get only country names
$countries = Countries::get(['name']);

// Get both "names" and "iso_code_2" columns, and change "iso_code_2" column name to just "iso"
$countries = Countries::get(['name', 'iso_code_2' => 'iso']);
```

### Credits

[](#credits)

- Country taken from [http://www.nationsonline.org/oneworld/country\_code\_list.htm](http://www.nationsonline.org/oneworld/country_code_list.htm)
- Languages taken from

### License

[](#license)

MIT

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~148 days

Total

2

Last Release

3564d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2e1688729f739d2cf314e7b23784c5563b1eb4e0bece7763b038b8d6013ea4a?d=identicon)[Pop](/maintainers/Pop)

---

Top Contributors

[![Parziphal](https://avatars.githubusercontent.com/u/5176023?v=4)](https://github.com/Parziphal "Parziphal (5 commits)")

### Embed Badge

![Health badge](/badges/parziphal-world-data/health.svg)

```
[![Health](https://phpackages.com/badges/parziphal-world-data/health.svg)](https://phpackages.com/packages/parziphal-world-data)
```

###  Alternatives

[fof/gamification

Upvotes and downvotes for your Flarum community

4062.0k7](/packages/fof-gamification)[devfactory/taxonomy

Create and manage a heirarchical taxonomy of terms within different vocabularies

3144.4k](/packages/devfactory-taxonomy)

PHPackages © 2026

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