PHPackages                             dynamic/silverstripe-locations - 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. [Database &amp; ORM](/categories/database)
4. /
5. dynamic/silverstripe-locations

ActiveSilverstripe-vendormodule[Database &amp; ORM](/categories/database)

dynamic/silverstripe-locations
==============================

A Location DataObject for Silverstripe. Includes the ability to generate coordinates based on an address.

01.1k3[1 PRs](https://github.com/dynamic/silverstripe-locations/pulls)1PHP

Since Sep 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dynamic/silverstripe-locations)[ Packagist](https://packagist.org/packages/dynamic/silverstripe-locations)[ RSS](/packages/dynamic-silverstripe-locations/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (1)

Silverstripe Locations
======================

[](#silverstripe-locations)

A Location DataObject for Silverstripe. Includes the ability to generate coordinates based on an address.

[![CI](https://github.com/dynamic/silverstripe-locations/workflows/CI/badge.svg)](https://github.com/dynamic/silverstripe-locations/workflows/CI/badge.svg)

[![Latest Stable Version](https://camo.githubusercontent.com/4e5240f36a4fb224154c6d09c6e75ed6dc556a8f52407b5d0af243a5f7900dd5/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d6c6f636174696f6e732f762f737461626c65)](https://packagist.org/packages/dynamic/silverstripe-locations)[![Total Downloads](https://camo.githubusercontent.com/dc4fcc7d0108003981bcbf34f44bb1bfbe17cd9002959560a1155441802e83f3/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d6c6f636174696f6e732f646f776e6c6f616473)](https://packagist.org/packages/dynamic/silverstripe-locations)[![Latest Unstable Version](https://camo.githubusercontent.com/e2fabdf93bfa35d0868619209c532d45edf7590f4d09a62f445e2d4ea6e233cc/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d6c6f636174696f6e732f762f756e737461626c65)](https://packagist.org/packages/dynamic/silverstripe-locations)[![License](https://camo.githubusercontent.com/ebb79abe4c582001c45dacd26133f4abd00d2fe1fd5c854c32fd19cff012b35e/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d6c6f636174696f6e732f6c6963656e7365)](https://packagist.org/packages/dynamic/silverstripe-locations)

Requirements
------------

[](#requirements)

- dynamic/silverstripe-geocoder: ^3.0
- silverstripe/recipe-cms: ^5.0
- silverstripe/linkfield: ^4.0
- silverstripe/tagfield: ^3.0

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

[](#installation)

`composer require dynamic/silverstripe-locations`

License
-------

[](#license)

See [License](LICENSE.md)

Usage
-----

[](#usage)

Use the Locations Admin to create Location records.

Configuration
-------------

[](#configuration)

This module uses [dynamic/silverstripe-geocoder](https://github.com/dynamic/silverstripe-geocoder) to generate coordinates for Locations. To enable geocoding, add the following to `mysite.yml`:

```
Dynamic\SilverStripeGeocoder\GoogleGeocoder:
  geocoder_api_key: 'your-key-here'
  map_api_key: 'your-2nd-key-here'
```

For more information about why 2 keys are required, see [Silverstripe Geocoder Documentation](https://github.com/dynamic/silverstripe-geocoder?tab=readme-ov-file#google-api-keys)

Maintainers
-----------

[](#maintainers)

- [Dynamic](https://www.dynamicagency.com) ()

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 82.4% 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/867942?v=4)[Dynamic](/maintainers/dynamic)[@dynamic](https://github.com/dynamic)

---

Top Contributors

[![jsirish](https://avatars.githubusercontent.com/u/1163643?v=4)](https://github.com/jsirish "jsirish (14 commits)")[![muskie9](https://avatars.githubusercontent.com/u/870751?v=4)](https://github.com/muskie9 "muskie9 (3 commits)")

### Embed Badge

![Health badge](/badges/dynamic-silverstripe-locations/health.svg)

```
[![Health](https://phpackages.com/badges/dynamic-silverstripe-locations/health.svg)](https://phpackages.com/packages/dynamic-silverstripe-locations)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.8k117.8M121](/packages/jdorn-sql-formatter)[backup-manager/backup-manager

A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.

1.7k1.6M11](/packages/backup-manager-backup-manager)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[insolita/yii2-migration-generator

Set of gii tools for generating files for migration by schema of table , phpdoc or table data

108508.0k5](/packages/insolita-yii2-migration-generator)[xpdo/xpdo

A PDO-based Object/Relational Bridge Library

7088.4k4](/packages/xpdo-xpdo)[voku/session2db

A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.

3220.0k](/packages/voku-session2db)

PHPackages © 2026

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