wwwision/neos-addresseditor

Last activity 12 Jun 2021 1 3 113
composer require wwwision/neos-addresseditor

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

v1.0.1

Version
v1.0.1
Type
neos-package
Release Date
Mar 07, 2017 11:06
Source
git
Distribution
zip
Requires
  • neos/neos: ^3.0
  • willdurand/geocoder: ^3.3
  • php-http/guzzle6-adapter: ^1.1
MIT bf0c703cc6b523c55cc45558b2c0dcc8de95ae60

Readme excerpt

Wwwision.Neos.AddressEditor

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

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 package)
Usage

Install the package using composer:

composer require wwision/neos-addresseditor:^1.0

After successful installation you should configure a Google Maps API key:

Wwwision: Neos: AddressEditor: googleMapsApiKey: '<VALID_GOOGLE_MAPS_API_KEY>'

(For testing p…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 31 package(s).