PHPackages                             kslimani/geo-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. kslimani/geo-list

ActiveLibrary

kslimani/geo-list
=================

PHP only country-list currency-list and language-list.

1.0.2(2y ago)024.9k↓25%1MITPHPPHP &gt;=7.1

Since Feb 14Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (4)Used By (1)

geo-list
========

[](#geo-list)

A simple tiny *PHP only* version of the awesome [umpirsky](https://github.com/umpirsky)'s [country-list](https://github.com/umpirsky/country-list), [currency-list](https://github.com/umpirsky/currency-list) and [language-list](https://github.com/umpirsky/language-list) projects.

This package is used by [laravel-geo](https://github.com/kslimani/laravel-geo) and the main goal is to reduce dependencies size. *(ie: composer download time and size)*

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

[](#installation)

use Composer to add the package to your project's dependencies :

```
composer require kslimani/geo-list
```

Quick usage
-----------

[](#quick-usage)

```
use Sk\Geo\GeoList;

// Get countries for 'en_US'
$countries = GeoList::countries('en_US');

// Get currencies for 'en_US'
$currencies = GeoList::currencies('en_US');

// Get languages with fallback locale (will fail for "foo_BAR")
$languages = GeoList::languages('foo_BAR', 'fr_FR');
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Every ~734 days

Total

3

Last Release

817d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2

1.0.2PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7aa8239bd8e831310ca3824748e38fce5d3c705a258830b9c3e304e1a4bf805c?d=identicon)[kslimani](/maintainers/kslimani)

---

Top Contributors

[![kslimani](https://avatars.githubusercontent.com/u/1758996?v=4)](https://github.com/kslimani "kslimani (14 commits)")

---

Tags

currencylanguagegeocountry

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kslimani-geo-list/health.svg)

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

###  Alternatives

[annexare/countries-list

Continents &amp; countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.

1.3k220.8k1](/packages/annexare-countries-list)[codezero/laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

543638.1k4](/packages/codezero-laravel-localized-routes)[codezero/laravel-localizer

Automatically detect and set an app locale that matches your visitor's preference.

50394.3k4](/packages/codezero-laravel-localizer)[codezero/browser-locale

Get the most preferred locales from your visitor's browser.

161.4M13](/packages/codezero-browser-locale)[kslimani/laravel-geo

Laravel Geo.

1124.4k](/packages/kslimani-laravel-geo)[opgginc/codezero-laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

2770.1k1](/packages/opgginc-codezero-laravel-localized-routes)

PHPackages © 2026

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