Download the PHP package struktal/struktal-geocoding-util without Composer
On this page you can find all versions of the php package struktal/struktal-geocoding-util. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package struktal-geocoding-util
Geocoding-Util for PHP
This is a simple PHP library to (reverse-)geocode addresses with the Nominatim API.
Legal Note: This library uses the Nominatim API. Please read the Terms of Use before using it and comply with them.
Data from OpenStreetMap is licensed under ODbL.
This library uses the Curl-Adapter library to send requests to the Nominatim API.
The Curl-Adapter library is licensed under the MIT License. (c) 2023 Struktal
Installation
To install this library, include it in your project using composer:
Usage
Geocode an address to coordinates
The following example shows how to geocode an address to coordinates: The above example will return the following coordinates:Reverse-geocode coordinates to an address
The following example shows how to reverse-geocode coordinates to an address: The above example will return the following address: The formatted address will also be an array with two formatting options, inline and with `\n` line breaks:Setting a custom user agent
You might want to set a custom user agent for your requests towards the Nominatim API to identify your application. To do that, use If you do not set a custom user agent, the default will beSetting a custom Nominatim API URL
The public Nominatim API is very limited in the amount of requests you can send. If you want to use your own Nominatim API instance, you can set a custom URL for the API. To do that, useAll versions of struktal-geocoding-util with dependencies
PHP Build Version
Package Version
The package struktal/struktal-geocoding-util contains the following files
Loading the files please wait ...