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 2d 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 32% 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

2251d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a3c085ce02b19d7c12735f3ced2886997c8a8634828b53cbc7773b6ad3269b8?d=identicon)[mumianzi](/maintainers/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

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