openeuropa/gisco-geocoding-provider

GISCO Geocoding Provider for Geocoder PHP.

1.0.0-alpha1 2023-01-11 10:29 UTC

This package is not auto-updated.

Last update: 2024-03-21 14:39:08 UTC


README

ci

This is a provider for the Geocoder PHP library that integrates the Eurostat GISCO Geolocation service from the European Union.

This repository is opensource but the service itself is private and exclusive for websites from the European Commission.

Note that in order to read this documentation you need to have access to the internal FPFIS wiki of the European Commission. Please ask you project manager for more information if you do not have access.

Installation

$ composer require openeuropa/gisco-geocoding-provider

Step debugging

To enable step debugging from the command line, pass the XDEBUG_SESSION environment variable with any value to the container:

docker-compose exec -e XDEBUG_SESSION=1 web <your command>

Please note that, starting from XDebug 3, a connection error message will be outputted in the console if the variable is set but your client is not listening for debugging connections. The error message will cause false negatives for PHPUnit tests.

To initiate step debugging from the browser, set the correct cookie using a browser extension or a bookmarklet like the ones generated at https://www.jetbrains.com/phpstorm/marklets/.