PHPackages                             gurucomkz/geopicker - 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. gurucomkz/geopicker

ActiveSilverstripe-vendormodule

gurucomkz/geopicker
===================

Geolocation Picker field for SilverStripe

v0.2.1(4y ago)029BSD-3-ClausePHP

Since Oct 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gurucomkz/silverstripe-geopicker)[ Packagist](https://packagist.org/packages/gurucomkz/geopicker)[ RSS](/packages/gurucomkz-geopicker/feed)WikiDiscussions master Synced yesterday

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

Pick coordinates using a map in Silverstripe
============================================

[](#pick-coordinates-using-a-map-in-silverstripe)

Provides a `GeoLocation` (for coordinates) field editable with a map.

Uses [Google Places API](https://developers.google.com/maps/documentation/places/web-service/overview) to display the map.

Enable Places API &amp; Maps JavaScript API
-------------------------------------------

[](#enable-places-api--maps-javascript-api)

[Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/overview) is used to display the map.

[Places API](https://developers.google.com/maps/documentation/places/web-service/overview) is used to let you find things there by typing an address.

Check out the following links to get it working

-
-

Then put the key into your .env file:

```
PLACES_API_KEY="the-key"

```

Usage
-----

[](#usage)

```
class Foo extends DataObject {
    private static $db = [
        'Location' => 'GeoLocation',
    ];
}
# OR
class Foo extends DataObject {
    private static $db = [
        'Location' => DBGeoLocation::class,
    ];
}
```

You can then refer to it as

```
$obj->Location->Latitude;
$obj->Location->Longitude;
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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 ~28 days

Total

3

Last Release

1603d ago

### Community

Maintainers

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

---

Top Contributors

[![gurucomkz](https://avatars.githubusercontent.com/u/12028675?v=4)](https://github.com/gurucomkz "gurucomkz (8 commits)")

---

Tags

google-mapslocationsilverstripe-4silverstripe-modulegeolocationsilverstripemaptagfield

### Embed Badge

![Health badge](/badges/gurucomkz-geopicker/health.svg)

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

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)[silverstripe/tagfield

Tag field for SilverStripe

571.2M45](/packages/silverstripe-tagfield)[kinglozzer/silverstripegmapsobject

Add a Google Map (optionally with Streetview) to a DataObject or Page

168.6k](/packages/kinglozzer-silverstripegmapsobject)[doublesecretagency/craft-googlemaps

Maps in minutes. Powered by the Google Maps API.

1267.9k](/packages/doublesecretagency-craft-googlemaps)[adrhumphreys/silverstripe-textdropdownfield

A text field combined with a dropdown field.

106.1k](/packages/adrhumphreys-silverstripe-textdropdownfield)

PHPackages © 2026

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