PHPackages                             keo/iso-639 - 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. keo/iso-639

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

keo/iso-639
===========

Composer compatible array of languages based on ISO-639

v1.0.0(10y ago)063.6k↓23.3%1MITPHPPHP &gt;=5.3.0

Since Jul 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Keeo/ISO-639)[ Packagist](https://packagist.org/packages/keo/iso-639)[ RSS](/packages/keo-iso-639/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

ISO-639
=======

[](#iso-639)

- [Installation](#installation)
- [Usage](#usage)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)

Usage
-----

[](#usage)

```
use ISO638\Languages;

// from getter
$languages = (new Languages())->getLanguages();
var_dump($languages);

// or as static public array inside Language class
$languages = Languages::$languages;
var_dump($languages);
```

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

[](#installation)

Add the iso-639 package to your `composer.json` file.

```
{
    "require": {
        "keo/iso-639": ">=1.0"
    }
}
```

Or via the command line in the root of your Laravel installation.

```
$ composer require "keo/iso-639:1.0*"
```

Contributing
------------

[](#contributing)

Just make issue or pull request.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/SammyK/package-skeleton/blob/master/LICENSE) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3962d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/keo-iso-639/health.svg)

```
[![Health](https://phpackages.com/badges/keo-iso-639/health.svg)](https://phpackages.com/packages/keo-iso-639)
```

###  Alternatives

[fbett/le_acme2

Letsencrypt PHP ACME v2 client

323.7k](/packages/fbett-le-acme2)

PHPackages © 2026

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