geocoder-php/azure-maps-provider

Geocoder AzureMaps Provider

Installs: 9 784

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

pkg:composer/geocoder-php/azure-maps-provider

1.3.0 2025-02-22 08:11 UTC

This package is auto-updated.

Last update: 2025-10-07 08:50:45 UTC


README

Build Status Latest Stable Version Total Downloads Monthly Downloads Code Coverage Quality Score Software License

This is the Bing Maps provider from the PHP Geocoder. This is a READ ONLY repository. See the main repo for information and documentation.

Install

composer require geocoder-php/azure-maps-provider

Usage

$httpClient = new \Http\Discovery\Psr18Client();

// You must provide a subscription key
$provider = new \Geocoder\Provider\AzureMaps\AzureMaps($httpClient, 'your-subscription-key');

$result = $geocoder->geocodeQuery(GeocodeQuery::create('Yehuda Hamaccabi 15, Tel aviv'));

Contribute

Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker.