formatd/geoindexable

Letzte Aktivität 28 Feb 2023 2 1616
composer require formatd/geoindexable

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

dev-refactoring-multiservices

Version
dev-refactoring-multiservices
Type
neos-package
Release Date
Feb 28, 2023 15:42
Source
git
Distribution
zip
Requires
  • flowpack/elasticsearch: >=2.0
  • neos/flow: ^5.0 || ^6.0 || ^7.0 || ^8.0
Suggest
  • neos/neos: This Package provides a GeoIndexable Mixin for Neos (NOT YET BUT SOON)
MIT d560912f2546f59acee8b64991e7e0fc2cb31382

Readme excerpt

FormatD.GeoIndexable

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?

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

Configuration

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

FormatD: GeoIndexable: geoIndexService: geonamesEnable: true geonamesUsername: '…
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 14 package(s).