PHPackages                             menarasolutions/geographer-laravel - 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. menarasolutions/geographer-laravel

ActiveLibrary[Localization &amp; i18n](/categories/localization)

menarasolutions/geographer-laravel
==================================

Geographer integration classes for Laravel and Lumen

0.2.1(7y ago)19109.2k↓23.1%4MITPHPPHP &gt;=5.5.0

Since Oct 2Pushed 7y ago2 watchersCompare

[ Source](https://github.com/MenaraSolutions/geographer-laravel)[ Packagist](https://packagist.org/packages/menarasolutions/geographer-laravel)[ Docs](https://github.com/MenaraSolutions/geographer-laravel)[ RSS](/packages/menarasolutions-geographer-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

geographer-laravel
==================

[](#geographer-laravel)

Laravel (and Lumen) integration for Geographer

Getting started
---------------

[](#getting-started)

Install Laravel integration package first:

```
$ composer require menarasolutions/geographer-laravel

```

Good news is that Laravel will take care of singleton instance for you, so no matter how many times you call it – it's the same object.

> In Laravel 5.5, [service providers and aliases are automatically registered](https://laravel.com/docs/5.5/packages#package-discovery). If you're using Laravel 5.5, skip ahead.

```
// Add in your config/app.php

'providers' => [
    '...',
    MenaraSolutions\Geographer\Integrations\LaravelServiceProvider::class,
];

'aliases' => [
    '...',
    'Geographer' => MenaraSolutions\Geographer\Integrations\LaravelFacade::class,
];

// Start playing with it, all the same calls
Geographer::getCountries()->useShortNames()->toArray();
```

Full list of methods is available in [Geographer documentation](https://github.com/MenaraSolutions/geographer)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~330 days

Total

3

Last Release

2856d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a44ee42fe69a7926153637c0249b0faf83a1a67edd1231f449a74dcf5721c345?d=identicon)[dusterio](/maintainers/dusterio)

---

Top Contributors

[![dusterio](https://avatars.githubusercontent.com/u/11039918?v=4)](https://github.com/dusterio "dusterio (7 commits)")[![MianSaleem](https://avatars.githubusercontent.com/u/5428120?v=4)](https://github.com/MianSaleem "MianSaleem (2 commits)")

---

Tags

laravellocalizationgeolocationgeographer

### Embed Badge

![Health badge](/badges/menarasolutions-geographer-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/menarasolutions-geographer-laravel/health.svg)](https://phpackages.com/packages/menarasolutions-geographer-laravel)
```

###  Alternatives

[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)[menarasolutions/geographer-data

Basic data package for Geographer - countries and their subdivisions

26754.6k2](/packages/menarasolutions-geographer-data)[menarasolutions/geographer-ru

Russian translations for Geographer library

12124.5k3](/packages/menarasolutions-geographer-ru)[zachleigh/laravel-lang-bundler

Create Laravel translations bundles.

2512.5k](/packages/zachleigh-laravel-lang-bundler)

PHPackages © 2026

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