PHPackages                             pod-point/countries - 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. pod-point/countries

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

pod-point/countries
===================

A package of useful components for internationalisation in Laravel applications.

v5.0.2(4y ago)05.3k↓100%[1 issues](https://github.com/Pod-Point/countries/issues)[3 PRs](https://github.com/Pod-Point/countries/pulls)MITPHPPHP ^7.3|^8.0

Since Sep 7Pushed 1y ago10 watchersCompare

[ Source](https://github.com/Pod-Point/countries)[ Packagist](https://packagist.org/packages/pod-point/countries)[ Docs](https://github.com/pod-point/countries)[ RSS](/packages/pod-point-countries/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (50)Used By (0)

Internationalisation Package
============================

[](#internationalisation-package)

[![run-tests](https://github.com/Pod-Point/countries/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Pod-Point/countries/actions/workflows/run-tests.yml)

This package provides Laravel and Lumen applications internationalisation features:

- List of all countries with data such as dialing codes, names, currencies...
- Limited countries supported by our applications with additional data such as locale, language...
- Laravel ViewComposers with some data pre-loaded.
- Facades and helpers for country, currencies and tax rates (VAT).
- Exchange rates for currencies via OpenExchangeRate's API implementation.

The countries are indexed using their uppercase ISO codes (alpha2/cca2).

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

[](#installation)

You can install the package via composer:

For Laravel 5.x and PHP &lt;= 7.1

```
composer require pod-point/countries:^3.0
```

For Laravel 6.x and PHP &gt;= 7.2

```
composer require pod-point/countries:^4.0
```

For Laravel 7.x or 8.x and PHP &gt;= 7.3

```
composer require pod-point/countries:^5.0
```

Then, finally, if you're using a Laravel version which doesn't support Auto Discovery, add the service provider to your `config/app.php` providers array:

```
'providers' => [
    PodPoint\I18n\CountriesServiceProvider::class,
]
```

If you're using Lumen, add the following line to your `bootstrap/app.php` file:

```
$app->register(PodPoint\I18n\CountriesServiceProvider::class);
```

Changelog
---------

[](#changelog)

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

Licence
-------

[](#licence)

The MIT Licence (MIT). Please see [Licence File](LICENCE.md) for more information.

---

[![](https://camo.githubusercontent.com/f4e0528c60cd8c08e38e692e563e51b73985babc2fd1a0c2684e286fff6be9cd/68747470733a2f2f6433683235366e33627a697070702e636c6f756466726f6e742e6e65742f706f642d706f696e742d6c6f676f2e737667)](https://camo.githubusercontent.com/f4e0528c60cd8c08e38e692e563e51b73985babc2fd1a0c2684e286fff6be9cd/68747470733a2f2f6433683235366e33627a697070702e636c6f756466726f6e742e6e65742f706f642d706f696e742d6c6f676f2e737667)

Travel shouldn't damage the earth 🌍

Made with ❤️ at [Pod Point](https://pod-point.com)

###  Health Score

40

—

FairBetter than 87% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~75 days

Recently: every ~170 days

Total

43

Last Release

716d ago

Major Versions

v3.2.0-rc → v5.0.02021-05-18

v3.1.3 → v4.0.22021-05-19

v3.1.4 → v4.0.32022-04-29

v4.0.3 → v5.0.22022-04-29

v3.3.0 → v4.x-dev2023-12-06

PHP version history (5 changes)v1.0.0PHP &gt;=5.5.9

v3.0.0PHP &gt;=7.1

v4.0.0-rcPHP &gt;=7.2

v5.0.0-rcPHP &gt;=7.3 | &gt;=8.0

v5.0.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ce40bc096123bdd8dabab907d789c0de2ebd015fc4d1a11b692faa85be8e4ec?d=identicon)[pod-point](/maintainers/pod-point)

---

Top Contributors

[![AndreiaMatiasSilva](https://avatars.githubusercontent.com/u/5631389?v=4)](https://github.com/AndreiaMatiasSilva "AndreiaMatiasSilva (17 commits)")[![willthorpe](https://avatars.githubusercontent.com/u/33399158?v=4)](https://github.com/willthorpe "willthorpe (12 commits)")[![LeeBrooks3](https://avatars.githubusercontent.com/u/7662025?v=4)](https://github.com/LeeBrooks3 "LeeBrooks3 (8 commits)")[![mikefrancis](https://avatars.githubusercontent.com/u/1672610?v=4)](https://github.com/mikefrancis "mikefrancis (7 commits)")[![adteulade](https://avatars.githubusercontent.com/u/8091741?v=4)](https://github.com/adteulade "adteulade (7 commits)")[![threesquared](https://avatars.githubusercontent.com/u/892142?v=4)](https://github.com/threesquared "threesquared (5 commits)")[![clemblanco](https://avatars.githubusercontent.com/u/668419?v=4)](https://github.com/clemblanco "clemblanco (4 commits)")[![misscmunoz](https://avatars.githubusercontent.com/u/7601026?v=4)](https://github.com/misscmunoz "misscmunoz (4 commits)")[![edcs](https://avatars.githubusercontent.com/u/754498?v=4)](https://github.com/edcs "edcs (3 commits)")[![francescopepe](https://avatars.githubusercontent.com/u/3891780?v=4)](https://github.com/francescopepe "francescopepe (1 commits)")[![lukasz-kowal](https://avatars.githubusercontent.com/u/53213064?v=4)](https://github.com/lukasz-kowal "lukasz-kowal (1 commits)")

---

Tags

countriescurrencieshelpersinternationalisationlanguageslaravelsoftware-teamlaraveli18nlanguagescountriescurrenciestaxinternationalisationmarkets

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pod-point-countries/health.svg)

```
[![Health](https://phpackages.com/badges/pod-point-countries/health.svg)](https://phpackages.com/packages/pod-point-countries)
```

###  Alternatives

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M335](/packages/yajra-laravel-datatables-oracle)[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)

PHPackages © 2026

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