PHPackages                             eelcol/laravel-country-iso - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eelcol/laravel-country-iso

ActiveProject[Utility &amp; Helpers](/categories/utility)

eelcol/laravel-country-iso
==========================

Convert country ISO codes to full country name - for laravel

1.1(5y ago)05.3k↓33.3%1[1 PRs](https://github.com/eelcol/laravel-country-iso/pulls)MITPHPPHP &gt;=7.3.0

Since Oct 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/eelcol/laravel-country-iso)[ Packagist](https://packagist.org/packages/eelcol/laravel-country-iso)[ RSS](/packages/eelcol-laravel-country-iso/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Laravel country ISO codes
-------------------------

[](#laravel-country-iso-codes)

This package makes it easy to convert country ISO-codes to readable country-names, and the otherway around. Multiple languages are supported.

### Usage

[](#usage)

This package used language files to convert an ISO-code to a readable country-name and the otherway around. It uses the language that is setup in `config/app.php` as `locale`.

The `CountryIso` object can be used as facade or loaded using dependency injection. There are also 2 helper functions.

```
