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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kslimani/geo-list

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

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

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

1.0.2(2y ago)026.8k↓39.7%1MITPHPPHP &gt;=7.1CI failing

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 today

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

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

864d 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

[phpoption/phpoption

Option Type for PHP

2.7k579.0M176](/packages/phpoption-phpoption)[brick/money

Money and currency library

1.9k41.8M157](/packages/brick-money)[vaersaagod/geomate

GeoMate is a friend in need for all things geolocation. IP to geo lookup, automatic redirects (based on country, continent, language, etc), site switcher... You name it.

2367.8k](/packages/vaersaagod-geomate)[kartik-v/yii2-ipinfo

An IP address information display widget for Yii 2.0 with country flag and geo position info.

2833.6k1](/packages/kartik-v-yii2-ipinfo)[hibit-dev/geodetect

Automatically detect user's geo data based on their IP address

2322.8k](/packages/hibit-dev-geodetect)[kslimani/laravel-geo

Laravel Geo.

1125.9k](/packages/kslimani-laravel-geo)

PHPackages © 2026

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