PHPackages                             formatd/geoindexable - 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. formatd/geoindexable

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

formatd/geoindexable
====================

Service for fetching geo-information for addresses in Neos Flow projects (using nominatim/openstreatmap and geonames api)

v2.0.0(3y ago)01.8k2MITPHP

Since Sep 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Format-D/FormatD.GeoIndexable)[ Packagist](https://packagist.org/packages/formatd/geoindexable)[ RSS](/packages/formatd-geoindexable/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

FormatD.GeoIndexable
====================

[](#formatdgeoindexable)

Service for fetching geo-information for addresses in Neos Flow projects. By default, it uses the nominatim/openstreatmap and geonames API, but you can use Google API, too.

What does it do?
----------------

[](#what-does-it-do)

This package provides a service class for geo-indexing addresses. Also a php trait to use in domain models is provided. This trait can be used to create a domain model that automatically fetches the geo location when the address is changed.

Compatibility
-------------

[](#compatibility)

Versioning scheme:

```
 1.0.0
 | | |
 | | Bugfix Releases (non breaking)
 | Neos Compatibility Releases (non breaking except framework dependencies)
 Feature Releases (breaking)

```

Releases und compatibility:

Package-VersionNeos Framework Version1.0.xdeprecated1.1.xdeprecated2.0.x5.x, 6.x, 7.x, 8.xConfiguration
-------------

[](#configuration)

Provide the geonames username (that you have to create on the geonames website) or deactivate the geonames api

```
FormatD:
  GeoIndexable:
    services:
      geonames:
        enabled: true
        options:
          username: ''

```

In case you want to use the Google API, you have to provide your API Key

```
FormatD:
  GeoIndexable:
    services:
      google:
        enabled: false
        options:
          apiKey: 'ichbineinapikey'

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 61.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 ~254 days

Recently: every ~318 days

Total

6

Last Release

1175d ago

Major Versions

v1.1.0 → v2.0.02023-02-28

### Community

Maintainers

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

---

Top Contributors

[![bweinzierl](https://avatars.githubusercontent.com/u/30659291?v=4)](https://github.com/bweinzierl "bweinzierl (11 commits)")[![fdsis](https://avatars.githubusercontent.com/u/54950395?v=4)](https://github.com/fdsis "fdsis (4 commits)")[![samsauter](https://avatars.githubusercontent.com/u/8954166?v=4)](https://github.com/samsauter "samsauter (3 commits)")

### Embed Badge

![Health badge](/badges/formatd-geoindexable/health.svg)

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

###  Alternatives

[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.0M27](/packages/neos-eel)[neos/form

Extensible and flexible API for building web forms

18853.0k40](/packages/neos-form)[neos/fusion-form

Fusion Form

19724.3k31](/packages/neos-fusion-form)[ttree/scheduler

Simple task scheduler for Neos Flow Framework

21108.8k1](/packages/ttree-scheduler)[avency/neos-vardump

Neos VarDump Package

147.1k](/packages/avency-neos-vardump)[flowpack/task

A Task scheduler for Neos Flow

1136.3k1](/packages/flowpack-task)

PHPackages © 2026

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