PHPackages                             geolocation/freegeoip - 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. geolocation/freegeoip

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

geolocation/freegeoip
=====================

ZF2 Geolocation module

32372PHP

Since Aug 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ludal74/Geolocation)[ Packagist](https://packagist.org/packages/geolocation/freegeoip)[ RSS](/packages/geolocation-freegeoip/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

zf2-geolocation
===============

[](#zf2-geolocation)

#### Geolocation - ZF2 Module

[](#geolocation---zf2--module)

A zend framework 2 module for geolocation.

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. This module is available on [Packagist](https://github.com/gowsram/zf2-google-maps-). In your project's `composer.json` use:

    ```
    {
        "require": {
    		"php": ">=5.3.3",
    		"zendframework/zendframework": "*",
    		"geolocation/freegeoip": "dev-master"
    }
    ```
2. Or clone this project into your `./vendor/` directory.

Usage:

2. In the controller

    ```
     $geoloc = $this->getServiceLocator()->get('Geolocation\Service\Geolocation');
     $geoloc->setIp( $ip);
     $result = $geoloc->getLocation();

    ```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4600920?v=4)[grumpyDev74](/maintainers/ludal74)[@ludal74](https://github.com/ludal74)

---

Top Contributors

[![ludal74](https://avatars.githubusercontent.com/u/4600920?v=4)](https://github.com/ludal74 "ludal74 (16 commits)")[![tjlytle](https://avatars.githubusercontent.com/u/125074?v=4)](https://github.com/tjlytle "tjlytle (1 commits)")

### Embed Badge

![Health badge](/badges/geolocation-freegeoip/health.svg)

```
[![Health](https://phpackages.com/badges/geolocation-freegeoip/health.svg)](https://phpackages.com/packages/geolocation-freegeoip)
```

###  Alternatives

[internal/destroy

561.3M14](/packages/internal-destroy)

PHPackages © 2026

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