PHPackages                             wantell/arcgis-geocode-addresses - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. wantell/arcgis-geocode-addresses

Abandoned → [geocoder-php/arcgis-online-provider](/?search=geocoder-php%2Farcgis-online-provider)ArchivedLibrary[API Development](/categories/api)

wantell/arcgis-geocode-addresses
================================

Token and geocodeAddresses integration for ArcGIS provider

4.0.2(5y ago)05MITPHPPHP ^7.2

Since Oct 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wantell/arcgis-geocode-addresses)[ Packagist](https://packagist.org/packages/wantell/arcgis-geocode-addresses)[ Docs](https://www.plan-sys.com/)[ RSS](/packages/wantell-arcgis-geocode-addresses/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

ArcGIS Geocode Addresses List
=============================

[](#arcgis-geocode-addresses-list)

This package is a rewrite of the [ArcGIS Online provider](https://github.com/geocoder-php/arcgis-online-provider)for PHP Geocoder. See the [main repo](https://github.com/geocoder-php/Geocoder)for information and documentation.

How is this different?
----------------------

[](#how-is-this-different)

Instead of `find` this uses the `geocodeAddresses` endpoint.

The reason for using this rewrite are as follows:

- `find` is deprecated for `findAddressCandidates`
- ArcGIS World Geocoding Service prohibits storing the results without the use of a valid ArcGIS Online token.
    - In conjunction with the token, `findAddressCandidates` also requires the `forStorage` parameter, which is not configurable in the ArcGIS Online provider package.
    - This package requires that you provide a [valid token](https://developers.arcgis.com/rest/geocode/api-reference/geocoding-authenticate-a-request.htm)

### Note on endpoints

[](#note-on-endpoints)

While `geocodeAddresses` can geocode multiple addresses per request (`findAddressCandidates` only geocodes one location per request) this is not implemented as the [Geocoder](https://github.com/geocoder-php/Geocoder) library does not provide a means of sending multiple addresses to the `geocodeQuery`function.

***This package does not provide a unique reverseQuery mechanism, so a composer dependency exists on [ArcGIS Online provider](https://github.com/geocoder-php/arcgis-online-provider)in order to leverage the function in that package.***

Usage
-----

[](#usage)

```
$httpClient = new \Http\Adapter\Guzzle6\Client();

// You must provide a token.
$provider = new \Geocoder\Provider\ArcGISList\ArcGISList::token($httpClient, 'your-token');

$result = $geocoder->geocodeQuery(GeocodeQuery::create('Buckingham Palace, London'));
```

Install
-------

[](#install)

```
composer require wantell/arcgis-geocode-addresses
```

Note
----

[](#note)

It is possible to specify a `sourceCountry` to restrict results to this specific country thus reducing request time.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2021d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47642308?v=4)[wantell](/maintainers/wantell)[@wantell](https://github.com/wantell)

---

Top Contributors

[![wantell](https://avatars.githubusercontent.com/u/47642308?v=4)](https://github.com/wantell "wantell (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wantell-arcgis-geocode-addresses/health.svg)

```
[![Health](https://phpackages.com/badges/wantell-arcgis-geocode-addresses/health.svg)](https://phpackages.com/packages/wantell-arcgis-geocode-addresses)
```

###  Alternatives

[willdurand/geocoder-bundle

Integration of Geocoder into Symfony

3226.4M12](/packages/willdurand-geocoder-bundle)[geocoder-php/geo-plugin-provider

Geocoder GeoPlugin adapter

975.0M8](/packages/geocoder-php-geo-plugin-provider)[geocoder-php/chain-provider

Geocoder chain adapter

1046.8M13](/packages/geocoder-php-chain-provider)[geocoder-php/nominatim-provider

Geocoder Nominatim adapter

354.4M27](/packages/geocoder-php-nominatim-provider)[geocoder-php/ipstack-provider

Geocoder Ipstack adapter

60334.1k2](/packages/geocoder-php-ipstack-provider)[swisnl/geocoder-php-nationaal-georegister-provider

PDOK (formerly Nationaal Georegister) provider for Geocoder PHP

28330.8k2](/packages/swisnl-geocoder-php-nationaal-georegister-provider)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
