PHPackages                             luppakorva/country-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. luppakorva/country-list

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

luppakorva/country-list
=======================

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

3.2.0(5y ago)067MITPHPPHP &gt;=5.6.0

Since May 31Pushed 5y agoCompare

[ Source](https://github.com/Luppakorva/country-list)[ Packagist](https://packagist.org/packages/luppakorva/country-list)[ RSS](/packages/luppakorva-country-list/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (11)Used By (0)

Country List
============

[](#country-list)

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

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

[](#installation)

Run `composer require monarobase/country-list`.

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the `providers` array in `config/app.php`

```
Monarobase\CountryList\CountryListServiceProvider::class,
```

If needed, add the following alias as well.

```
'Countries' => Monarobase\CountryList\CountryListFacade::class,
```

Usage
-----

[](#usage)

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

Get all countries

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

Get one country

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% 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 ~295 days

Recently: every ~324 days

Total

10

Last Release

2070d ago

Major Versions

1.2.3 → 2.0.02017-02-20

2.1.0 → 3.0.02020-02-05

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

3.0.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10204405?v=4)[luppakorva](/maintainers/luppakorva)[@Luppakorva](https://github.com/Luppakorva)

---

Top Contributors

[![thujohn](https://avatars.githubusercontent.com/u/580699?v=4)](https://github.com/thujohn "thujohn (15 commits)")[![mstralka](https://avatars.githubusercontent.com/u/439680?v=4)](https://github.com/mstralka "mstralka (2 commits)")[![Luppakorva](https://avatars.githubusercontent.com/u/10204405?v=4)](https://github.com/Luppakorva "Luppakorva (2 commits)")[![simonschaufi](https://avatars.githubusercontent.com/u/941794?v=4)](https://github.com/simonschaufi "simonschaufi (2 commits)")[![TullariS](https://avatars.githubusercontent.com/u/7660175?v=4)](https://github.com/TullariS "TullariS (2 commits)")[![Tlapi](https://avatars.githubusercontent.com/u/2815391?v=4)](https://github.com/Tlapi "Tlapi (1 commits)")[![Monarobase](https://avatars.githubusercontent.com/u/1773034?v=4)](https://github.com/Monarobase "Monarobase (1 commits)")[![nstcactus](https://avatars.githubusercontent.com/u/353843?v=4)](https://github.com/nstcactus "nstcactus (1 commits)")[![nstCactus](https://avatars.githubusercontent.com/u/353843?v=4)](https://github.com/nstCactus "nstCactus (1 commits)")

---

Tags

laravelcountries

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luppakorva-country-list/health.svg)

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

###  Alternatives

[monarobase/country-list

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

2672.7M7](/packages/monarobase-country-list)[io238/laravel-iso-countries

Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.

5462.3k](/packages/io238-laravel-iso-countries)[kerigard/laravel-lang-ru

Ru lang for Laravel

2116.8k](/packages/kerigard-laravel-lang-ru)[highsolutions/laravel-translation-manager

Manage Laravel Translations

1518.8k](/packages/highsolutions-laravel-translation-manager)

PHPackages © 2026

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