szekeresa / geocoder-freeipapi-provider
Geocoder FreeIPAPI adapter
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/szekeresa/geocoder-freeipapi-provider
Requires
- php: ^8.0
- geocoder-php/common-http: ^4.0
- willdurand/geocoder: ^4.0|^5.0
Requires (Dev)
- geocoder-php/provider-integration-tests: ^1.6.3
- php-http/message: ^1.0
- phpunit/phpunit: ^9.6.11
Provides
README
This is the FreeIPAPI provider from the PHP Geocoder.
Install
composer require szekeresa/geocoder-freeipapi-provider
Usage
$httpClient = new \Http\Discovery\Psr18Client(); $provider = new Geocoder\Provider\FreeIPAPI\FreeIPAPI($httpClient);
Contribute
Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker.