Geocoder icon indicating copy to clipboard operation
Geocoder copied to clipboard

The most featured Geocoder library written in PHP.

Results 87 Geocoder issues
Sort by recently updated
recently updated
newest added

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...

provider
feature request

This might be its own cookbook entry

documentation

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...

documentation

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...

question

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...

question

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...

improvement

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. ```

on hold

Now that https://github.com/geocoder-php/Geocoder/pull/1184 is merged, it would be great to have a tagged release 🙏