PHPackages                             mumianzi/laravel-intl - 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. mumianzi/laravel-intl

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

mumianzi/laravel-intl
=====================

A Laravel intl list package

1.0.0(6y ago)06MITPHP

Since Mar 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mumianzi/laravel-intl)[ Packagist](https://packagist.org/packages/mumianzi/laravel-intl)[ Docs](https://github.com/mumianzi/laravel-intl)[ RSS](/packages/mumianzi-laravel-intl/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel Countries
=================

[](#laravel-countries)

A Laravel countries list package

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

[](#installation)

Via Composer

```
$ composer require mumianzi/laravel-intl
```

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in config/app.php file:

```
'providers' => [
    // ...
    Mumianzi\LaravelIntl\IntlServiceProvider::class,
];

```

Usage
-----

[](#usage)

In a controller import the class:

```
use Mumianzi\LaravelIntl\Facades\Countries;

```

In a view or closure call the facade:

This will return an object of countries

```
country()->get($code);
or
country($code)

```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

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

[](#contributing)

Contributions are welcome and will be fully credited.

Contributions are accepted via Pull Requests on [Github](https://github.com/mumianzi/laravel-intl).

Pull Requests
-------------

[](#pull-requests)

- **Document any change in behaviour** - Make sure the `readme.md` and any other relevant documentation are kept up-to-date.
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2301d ago

### Community

Maintainers

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

---

Top Contributors

[![mumianzi](https://avatars.githubusercontent.com/u/14174013?v=4)](https://github.com/mumianzi "mumianzi (1 commits)")

---

Tags

laravelcountries

### Embed Badge

![Health badge](/badges/mumianzi-laravel-intl/health.svg)

```
[![Health](https://phpackages.com/badges/mumianzi-laravel-intl/health.svg)](https://phpackages.com/packages/mumianzi-laravel-intl)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[monarobase/country-list

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

2742.9M8](/packages/monarobase-country-list)[bezhansalleh/filament-language-switch

Zero config Language Switch(Changer/Localizer) plugin for filamentphp admin

3581.3M27](/packages/bezhansalleh-filament-language-switch)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[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.

5771.9k](/packages/io238-laravel-iso-countries)

PHPackages © 2026

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