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

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

monarobase/country-list
=======================

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

3.7.0(2mo ago)2672.7M—5.1%40[3 issues](https://github.com/Monarobase/country-list/issues)7MITPHPPHP &gt;=5.6.0

Since May 31Pushed 2mo ago13 watchersCompare

[ Source](https://github.com/Monarobase/country-list)[ Packagist](https://packagist.org/packages/monarobase/country-list)[ RSS](/packages/monarobase-country-list/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (7)

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

64

—

FairBetter than 99% of packages

Maintenance83

Actively maintained with recent releases

Popularity61

Solid adoption and visibility

Community33

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 58.8% 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 ~332 days

Recently: every ~367 days

Total

15

Last Release

85d 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://www.gravatar.com/avatar/f2a010ed06caa518d9e0d3b1710e969f901f3c2ecb369b4236681822012a259c?d=identicon)[Monarobase](/maintainers/Monarobase)

![](https://www.gravatar.com/avatar/07ffecefd3c4a8243b696afb7905cdefc5bcc41dde71fd4ca85f64b38b0dc6ee?d=identicon)[thujohn](/maintainers/thujohn)

---

Top Contributors

[![thujohn](https://avatars.githubusercontent.com/u/580699?v=4)](https://github.com/thujohn "thujohn (20 commits)")[![simonschaufi](https://avatars.githubusercontent.com/u/941794?v=4)](https://github.com/simonschaufi "simonschaufi (2 commits)")[![mstralka](https://avatars.githubusercontent.com/u/439680?v=4)](https://github.com/mstralka "mstralka (2 commits)")[![Monarobase](https://avatars.githubusercontent.com/u/1773034?v=4)](https://github.com/Monarobase "Monarobase (2 commits)")[![TullariS](https://avatars.githubusercontent.com/u/7660175?v=4)](https://github.com/TullariS "TullariS (2 commits)")[![tomo54321](https://avatars.githubusercontent.com/u/20615869?v=4)](https://github.com/tomo54321 "tomo54321 (1 commits)")[![SidaliNadji](https://avatars.githubusercontent.com/u/2064378?v=4)](https://github.com/SidaliNadji "SidaliNadji (1 commits)")[![nstCactus](https://avatars.githubusercontent.com/u/353843?v=4)](https://github.com/nstCactus "nstCactus (1 commits)")[![RenoLooijmans](https://avatars.githubusercontent.com/u/73367951?v=4)](https://github.com/RenoLooijmans "RenoLooijmans (1 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![Tlapi](https://avatars.githubusercontent.com/u/2815391?v=4)](https://github.com/Tlapi "Tlapi (1 commits)")

---

Tags

laravelcountries

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)
