With Geocoder, developers will be able to build geographically-savvy applications, capable of distinguishing between users based on their geo-location details.
Geocoder can work as a standalone or with frameworks and technologies like sockets, cURL, Buzz, Guzzle and Zend.
What is new in this release:
- Fixed:
- FreeGeoIP `zip_code` property because of an API change.
What is new in version 3.1.0:
- Fixed:
- FreeGeoIP `zip_code` property because of an API change.
What is new in version 3.0.0:
- Fixed:
- FreeGeoIP `zip_code` property because of an API change.
What is new in version 2.8.2 / 3.0.0-alpha3:
- Fixed:
- FreeGeoIP `zip_code` property because of an API change.
What is new in version 2.6.0:
- Added:
- `region` and `regionCode` to GeoIP2Provider
- Throw `InvalidCredentialsException` with GoogleMapsBusinessProvider
- Support in MapQuestProvider for licensed endpoints
- It is now possible to set the user agent in `CurlHttpAdapter`
- Fixed:
- Google Maps provider test
- GeoPlugin returns 206 for anonymous proxies
- Removed:
- Google's sensor parameter
- Updated:
- Travis-CI config, doc, tests
What is new in version 2.5.0:
- Added:
- Ability to set timeouts for `CurlHttpAdapter`
- Support for a Google Maps API key
- Premium support to `GeocoderCaProvider` + tests
- Test against `hhvm-nightly` on Travis-CI
- Updated:
- Documentation
What is new in version 2.4.2:
- Fixed:
- GeoIPs provider expects a single location response due to recent API changes.
What is new in version 2.4.1:
- Fixed:
- MapQuestProvider now works with API keys.
- ProviderInterface (bad argument name).
What is new in version 2.4.0:
- Added:
- MapQuest ApiKey required for open services
- Removed:
- Unused class constants
- Deprecated class that is not used anymore since 2.0.0
What is new in version 2.3.2:
- Fixed:
- GeoIPs provider stopped working due to API changes.
- Installation guidelines.
What is new in version 2.2.0:
- Added:
- ChainNoResultException for aggregating ChainProvider exceptions.
- CachedResponseAdapter for the test suite + cached responses.
- Updated:
- Composer installation to the current recommendation.
What is new in version 2.1.0:
- Added:
- Generic NominatimProvider
- Fixed:
- GoogleBusinessProvider "client_id" parameter back to just "client". This reverts commit
What is new in version 2.0.1:
- Fixed:
- Tests due to data changes.
- Use OpenStreetMap pedestrian tag for street name if road tag is not available.
- Updated:
- Replace zendframework with zend-http.
What is new in version 2.0.0:
- Fixed:
- Tests due to data changes.
- GoogleMapsBusinessProvider provider (`client_id`).
- Added:
- More docs.
- setMaxResults method.
- Support for cities in Yandex Provider.
- Refactored:
- Providers to leverage ResultFactories.
What is new in version 1.7.0:
- Updated:
- Geocoder now uses the official GeoIP library.
- Added:
- LocaleAwareProviderInterface.
Requirements:
- PJP 5.3 or higher
Comments not found