PHPackages                             voodoo-mobile/yii2-geo - 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. voodoo-mobile/yii2-geo

Abandoned → [voodoo-rocks/yii2-geo](/?search=voodoo-rocks%2Fyii2-geo)Yii2-module[Utility &amp; Helpers](/categories/utility)

voodoo-mobile/yii2-geo
======================

Geo helpers for Yii2.

4.0.0(8y ago)07.0kMITPHPPHP &gt;=5.4.0

Since Feb 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/voodoo-mobile/yii2-geo)[ Packagist](https://packagist.org/packages/voodoo-mobile/yii2-geo)[ Docs](https://github.com/voodoo-rocks/yii2-geo)[ RSS](/packages/voodoo-mobile-yii2-geo/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

yii2-geo
========

[](#yii2-geo)

GeoLocation widget
------------------

[](#geolocation-widget)

**Configs:**

```
    'modules'      => [
        'geo' => [
            'class' => 'vm\geo\module\Module'
        ]
    ],

```

**View file:**

```
    echo GeoLocationWidget::widget()

```

**Getting coordinates (in model or controller):**

```
  $lat = Yii::$app->session->get('coordinates.lat');
  $lng = Yii::$app->session->get('coordinates.lng');

```

**Also you can check geolocation status**

```
  Yii::$app->session->get('coordinates.isLocated');

```

Will return 1 if already located

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~111 days

Recently: every ~128 days

Total

6

Last Release

3233d ago

Major Versions

2.2.10 → 3.0.02016-11-15

3.0.0 → 4.0.02017-08-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/690fe9c695b36c27b53c0cf0f847579f7dc34d438eba2b42fc6f459e27253ef5?d=identicon)[voodoo-rocks](/maintainers/voodoo-rocks)

---

Top Contributors

[![kryshtalev](https://avatars.githubusercontent.com/u/2834921?v=4)](https://github.com/kryshtalev "kryshtalev (4 commits)")[![d1mich](https://avatars.githubusercontent.com/u/3669375?v=4)](https://github.com/d1mich "d1mich (3 commits)")

---

Tags

yii2moduleyiigeoyii 2voodoo-rocks

### Embed Badge

![Health badge](/badges/voodoo-mobile-yii2-geo/health.svg)

```
[![Health](https://phpackages.com/badges/voodoo-mobile-yii2-geo/health.svg)](https://phpackages.com/packages/voodoo-mobile-yii2-geo)
```

PHPackages © 2026

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