geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.94k stars 515 forks source link

Deprecating Shutdown Providers #965

Closed atymic closed 5 years ago

atymic commented 5 years ago

Since the provider has been shut down for over a year, should we consider deprecating it? http://freegeoip.net/shutdown

Maybe it would be a good idea to come up with a policy for handling provider shutdowns.

Possible steps:

atymic commented 5 years ago

Also seems that the GeoIps Provider has shut down as well.

jbelien commented 5 years ago

Seems like a good idea to "clean" the providers that can't be used anymore.

If some providers can be replaced by another one, we should state it (like Mapzen > GeocodeEarth, FreeGeoIp > Ipstack).

What do you think about this @willdurand @Nyholm ? :)

atymic commented 5 years ago

If some providers can be replaced by another one, we should state it (like Mapzen > GeocodeEarth, FreeGeoIp > Ipstack).

Good idea. Might be a good idea to add that in the README of the deprecated package.

atymic commented 5 years ago

I have opened a PR in #972 😄