cydrickn / geocoder-php-geocodexyz
Geocode.xyz Provider
v0.1.1
2021-05-19 08:48 UTC
Requires
- php: ^7.1
- geocoder-php/common-http: ^4.0
- willdurand/geocoder: ^4.0
Requires (Dev)
- geocoder-php/provider-integration-tests: ^1.0
- nyholm/psr7: ^0.2.2
- php-http/curl-client: ^1.7
- php-http/message: ^1.0
- phpunit/phpunit: 6.3.*
Provides
This package is auto-updated.
Last update: 2025-03-19 17:30:51 UTC
README
This project is a provider for Geocoder-PHP to enable the consumption of the Geocode.xyz API.
The API detailed in Geocode.xyz documentation
Install
composer require cydrickn/geocoder-php-geocodexyz
Options
Key | Description | Available Value | Default | Customizable in Query Data |
---|---|---|---|---|
geomode | strictmode: prevent the geocoder from making too many guesses on your input. nostrict: Will return all matched locations, even those with low confidence |
strictmode, nostrict | nostrict | yes |
region | The region parameter defines the region/country to limit the search results for geoparsing functions (scantext) or single response geocoding (locate) | see all available values in (https://geocode.xyz/api) | World | yes |
auth | The authentication code (for registered/subscribed users). | no |