Download the PHP package riverside/php-nominatim without Composer
On this page you can find all versions of the php package riverside/php-nominatim. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download riverside/php-nominatim
More information about riverside/php-nominatim
Files in riverside/php-nominatim
Package php-nominatim
Short Description PHP client for Nominatim, a search engine for OpenStreetMap data.
License MIT
Homepage https://github.com/riverside/php-nominatim
Informations about the package php-nominatim
php-nominatim
A PHP client for Nominatim, the search engine for OpenStreetMap data.
Build | Stable | License |
---|---|---|
Installation
-
If Composer is already installed
- If Composer is not installed on your system yet, you may go ahead and install it using this command line:
Next, add the following require entry to the composer.json file in the root of your project.
Finally, use Composer to install php-nominatim and its dependencies:
Loading
Search (geocoding)
Look up a location from a textual description or address.
Reverse geocoding
Generates an address from a latitude and longitude.
Address lookup
Query the address and other details of one or multiple OSM objects like node, way or relation.
Place details
Show all details about a single place saved in the database.
Status
Check if the service and database is running, and when the database was last updated.
Deletable
List objects that have been deleted in OSM but are held back in Nominatim in case the deletion was accidental.
Polygons
List of broken polygons detected by Nominatim.
Links
All versions of php-nominatim with dependencies
ext-curl Version *
php Version >=7.0