Geocoder
Geocoder copied to clipboard
The most featured Geocoder library written in PHP.
First of all, thanks for this great php package! I have a feature request for getting address information by id instead of doing a full search again. I think many...
I may have missed it but I didn't find any documentation about `AdminLevel`. If I understand correctly it goes from 1 to 5 ; but what's level 1 and what's...
Hi, Currently, the chain provider only logs the exceptions, there is no way to catch the exceptions and we always get an empty `AddressCollection` in case something went wrong. There...
What are you think about add to ProviderCache flag `isAllowEmptyResult`? For example: ``` $chain = new \Geocoder\Provider\Chain\Chain([ // ... ]); $cache = new \Geocoder\Provider\Cache\ProviderCache($chain, $cache, 86400); ``` When have exceptions...
I'm building a wrapper for this library and a service class for my app and when I wanted to make the formatter exchangeable I realized that I can't typehint the...
Is there anything else we should add here? https://github.com/geocoder-php/php-common/compare/4.6.0...master
``` There was 1 warning: 1) Geocoder\Provider\GeoIP2\Tests\GeoIP2AdapterTest::testReaderResponseIsJsonEncoded assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead. ```
Now that https://github.com/geocoder-php/Geocoder/pull/1184 is merged, it would be great to have a tagged release 🙏