PHPackages                             bestboysmedialab/language-list - 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. bestboysmedialab/language-list

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

bestboysmedialab/language-list
==============================

List of all languages with names and ISO 3166-1 codes in all languages and data formats for Laravel 5

1.1.4(9y ago)1527.2k—9.7%3MITTSQLPHP &gt;=5.3.0

Since Mar 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bestboysmedialab/language-list)[ Packagist](https://packagist.org/packages/bestboysmedialab/language-list)[ RSS](/packages/bestboysmedialab-language-list/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (7)DependenciesVersions (7)Used By (0)

Language List
=============

[](#language-list)

Language List is a package for Laravel 5 which lists all langauges with names and ISO 3166-1 codes in all languages and data formats.

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

[](#installation)

Add `bestboysmedialab/language-list` to `composer.json`.

```
"bestboysmedialab/language-list": "1.1.3"

```

Run `composer update` to pull down the latest version of Country List.

Now open up `app/config/app.php` and add the service provider to your `providers` array.

```
'providers' => array(
    'Bestboysmedialab\LanguageList\LanguageListServiceProvider',
)

```

Now add the alias.

```
'aliases' => array(
    'Languages' => 'Bestboysmedialab\LanguageList\LanguageListFacade',
)

```

Usage
-----

[](#usage)

- Locale (en, en\_US, fr, fr\_CA...)
- Format (csv, html, json, mysql.sql, php, postgresql.sql, sqlite.sql, txt, xml, yaml)

Get all languages

```
Route::get('/', function()
{
	return Languages::getList('en', 'json');
});

```

Get one Language

```
Route::get('/', function()
{
	return Languages::getOne('RU', 'en');
});

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~91 days

Total

6

Last Release

3448d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9868331878cd839d0d1361e17263c820d83094a063ef608f32f5331b6866f6f8?d=identicon)[bestboysmedialab](/maintainers/bestboysmedialab)

---

Top Contributors

[![aanton03](https://avatars.githubusercontent.com/u/10932810?v=4)](https://github.com/aanton03 "aanton03 (3 commits)")[![volkeransmann](https://avatars.githubusercontent.com/u/9315529?v=4)](https://github.com/volkeransmann "volkeransmann (3 commits)")[![moxuanyuan](https://avatars.githubusercontent.com/u/1165265?v=4)](https://github.com/moxuanyuan "moxuanyuan (1 commits)")

### Embed Badge

![Health badge](/badges/bestboysmedialab-language-list/health.svg)

```
[![Health](https://phpackages.com/badges/bestboysmedialab-language-list/health.svg)](https://phpackages.com/packages/bestboysmedialab-language-list)
```

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)

PHPackages © 2026

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