PHPackages                             wwwision/neos-addresseditor - 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. wwwision/neos-addresseditor

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

wwwision/neos-addresseditor
===========================

Simple Neos extension adding a custom property editor for addresses, including GeoCoding

v1.0.2(9y ago)11132MITPHP

Since Mar 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bwaidelich/Wwwision.Neos.AddressEditor)[ Packagist](https://packagist.org/packages/wwwision/neos-addresseditor)[ RSS](/packages/wwwision-neos-addresseditor/feed)WikiDiscussions master Synced 3w ago

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

Wwwision.Neos.AddressEditor
===========================

[](#wwwisionneosaddresseditor)

Simple Neos extension adding a custom property editor for postal addresses and GeoCoding support

Features
--------

[](#features)

This package comes with two main features:

1. A custom property editor for `PostalAddress`-properties
2. A `GeoCoding` service that can look up GeoCoordinates by Postal- and IP Addresses (based on the great [willdurand/geocoder](https://packagist.org/packages/willdurand/geocoder) package)

Usage
-----

[](#usage)

Install the package using [composer](https://getcomposer.org/):

```
composer require wwision/neos-addresseditor:^1.0

```

After successful installation you should configure a [Google Maps API key](https://developers.google.com/maps/documentation/javascript/get-api-key):

```
Wwwision:
  Neos:
    AddressEditor:
      googleMapsApiKey: ''
```

(For testing purposes you should be able to skip that step)

To make use of the new Property Editor, just add a property of `PostalAddress` to any NodeType configuration:

```
'Some.Package:SomeNodeType':
  # ...
  properties:
    'someProperty':
      type: 'Wwwision\Neos\AddressEditor\PostalAddress'
```

Afterwards you should be able to see the new `PostalAddressEditor` in the Neos Backend:

[![Screenshot expanded editor](/Screenshot_1.png "Screenshot expanded editor")](/Screenshot_1.png)[![Screenshot collapsed editor](/Screenshot_2.png "Screenshot collapsed editor")](/Screenshot_2.png)

*Note:* The green checkmark indicates that the geocoding for this address has been successful

Display coordinates
-------------------

[](#display-coordinates)

When the geocoding was successful you can access the coordinates via the `longitude` and `latitude` fields of the address property. With a little bit of `Fusion` code you can make these available within a template (i.e. for rendering them in a Map):

```
prototype(Some.Package:SomeNodeType) < prototype(Neos.Fusion:Template) {
    templatePath = 'resource://Some.Package/Private/Templates/FusionObjects/Map.html'

    address = ${q(node).property('address')}
}

```

In the Fluid template you can then access the coordinates like this:

```

    {address}

```

License
-------

[](#license)

Licensed under MIT, see [LICENSE](LICENSE)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~40 days

Total

3

Last Release

3318d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/307571?v=4)[Bastian Waidelich](/maintainers/bwaidelich)[@bwaidelich](https://github.com/bwaidelich)

---

Top Contributors

[![bwaidelich](https://avatars.githubusercontent.com/u/307571?v=4)](https://github.com/bwaidelich "bwaidelich (4 commits)")[![cvette](https://avatars.githubusercontent.com/u/6884391?v=4)](https://github.com/cvette "cvette (1 commits)")

### Embed Badge

![Health badge](/badges/wwwision-neos-addresseditor/health.svg)

```
[![Health](https://phpackages.com/badges/wwwision-neos-addresseditor/health.svg)](https://phpackages.com/packages/wwwision-neos-addresseditor)
```

###  Alternatives

[toin0u/geocoder-laravel

Geocoder Service Provider for Laravel

7475.3M15](/packages/toin0u-geocoder-laravel)[sitegeist/kaleidoscope

Responsive-images for Neos

29364.3k11](/packages/sitegeist-kaleidoscope)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[neos/seo

SEO configuration and tools for Neos

131.0M28](/packages/neos-seo)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21175.8k](/packages/techdivision-ckstyles)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1593.1k1](/packages/sitegeist-taxonomy)

PHPackages © 2026

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