geocoder-php / Geocoder

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

fix: update freegeoip post-shutdown #1002

Closed atymic closed 4 years ago

atymic commented 4 years ago

freegeoip.net shut down > 1 year ago, so I think it makes sense to update the provider.

Since it will still work with the open source, self hosted variant i've just updated the constructor default to null and throw an exception when trying to geocode without explicit setting of a host.

cc @jbelien