PHPackages                             times/esri-feature-service - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. times/esri-feature-service

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

times/esri-feature-service
==========================

A helper class for using ESRI Feature Services

1.0.2(9y ago)1176MIT

Since Jun 22Compare

[ Source](https://github.com/times/EsriFeatureService)[ Packagist](https://packagist.org/packages/times/esri-feature-service)[ RSS](/packages/times-esri-feature-service/feed)WikiDiscussions Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (3)Used By (0)

ESRI Feature Service Class
==========================

[](#esri-feature-service-class)

A PHP class for interfacing with [ESRI's feature service API](http://resources.arcgis.com/en/help/rest/apiref/featureserver.html).

### Installation

[](#installation)

Install via `composer`.

```
$ composer require times/esri-feature-service

```

### Usage

[](#usage)

```
require './vendor/autoload.php';

$featureService = ''; // URL to the feature service
$sourceJson = ''; // URL to your JSON file containing an array of data
$token = ''; // A string containing the token, or an array containing `username` and `password`

// Define our mapper class. The `EsriFeatureService` class calls the `map()` method below to map the loaded in data into the format defined in this method (to match the needs of your ESRI map)
class CustomMapper {

	public function map($record) {
		return array(
			'someProperty' = $record->someProperty
		)
	}

}

// Initialise our mapper
$CustomMapper = new CustomMapper;

// Initialise the EsriFeatureService and pass in the mapper
$FeatureService = new EsriFeatureService($featureService, $sourceJson, $token, $CustomMapper);

// Trigger the data update
$response = $FeatureService->update();

// Dump the response (an array of successes, failures and errors)
var_dump($response);

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~349 days

Total

2

Last Release

3354d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1573022?v=4)[Chris Hutchinson](/maintainers/chrishutchinson)[@chrishutchinson](https://github.com/chrishutchinson)

---

Top Contributors

[![chrishutchinson](https://avatars.githubusercontent.com/u/1573022?v=4)](https://github.com/chrishutchinson "chrishutchinson (6 commits)")[![flashcheeks](https://avatars.githubusercontent.com/u/9074516?v=4)](https://github.com/flashcheeks "flashcheeks (1 commits)")

### Embed Badge

![Health badge](/badges/times-esri-feature-service/health.svg)

```
[![Health](https://phpackages.com/badges/times-esri-feature-service/health.svg)](https://phpackages.com/packages/times-esri-feature-service)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k52](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

65147.9k151](/packages/oat-sa-tao-core)

PHPackages © 2026

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