Geocoder
Geocoder copied to clipboard
The most featured Geocoder library written in PHP.
This PR introduce a faker provider using [FakePHP](https://fakerphp.github.io/). It's main purpose is to provide fake data during tests.
Pelias is an open source modular geocoder. It support several data sources and tries to find the best match for each query. Unfortunately a lot of this information is hidden...
Order of the adminLeves in Pelias did not have any particular order. I have changed the order according to this ticket: https://github.com/geocoder-php/Geocoder/issues/852 Please note that this might be a **breaking...
Hey guys. So I as a developer would like to see message from provider response rather than generic `The geocoder server returned an invalid response (%d) for query "%s". We...
Added service from https://www.ip2location.io as a new provider.
It can be usefull to search precise data from osm when we do reverse geocoding. For example it can help to search only osm places (locality, city) from a location...
When adding the package `geocoder-php/nominatim-provider` using composer, I get the following error ``` Problem 1 - Root composer.json requires geocoder-php/nominatim-provider ^5.7 -> satisfiable by geocoder-php/nominatim-provider[5.7.0]. - geocoder-php/nominatim-provider 5.7.0 requires geocoder-php/common-http...
Is there documentation on how to create new custom providers?
When retriving addresses the sublocality value is allways null, even tho that the admistrative levels are filled corretly, any reason for this? Any fix ?