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

dev-master

Version
dev-master
Type
neos-package
Release Date
Jun 12, 2021 11:02
Source
git
Distribution
zip
Requires
  • neos/neos: ^3.0
  • willdurand/geocoder: ^3.3
  • php-http/guzzle6-adapter: ^1.1
MIT 59976ca1ec1129b6af876bd9da905dd471094337

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).