PHPackages                             computerminds/ecoes-api - 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. computerminds/ecoes-api

ActiveLibrary[API Development](/categories/api)

computerminds/ecoes-api
=======================

API client for the ECOES API.

0.3.0(2y ago)313.4k↑200%1MITPHP

Since Oct 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/computerminds/ecoes-api)[ Packagist](https://packagist.org/packages/computerminds/ecoes-api)[ RSS](/packages/computerminds-ecoes-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (4)Used By (0)

ECOES API library
=================

[](#ecoes-api-library)

This library provides an API client for communicating with the ECOES API.

It uses Guzzle as a the underlying HTTP client.

Making requests
---------------

[](#making-requests)

### SearchUtilityAddress

[](#searchutilityaddress)

```
$ecoes = new Ecoes\Api('API KEY GOES HERE');
$request = new Ecoes\SearchUtilityAddress\Request('POSTCODE');
// $matches will be an array of matching addresses.
$matches = $ecoes->SearchUtilityAddress($request)->getUtilityAddressMatches();

```

### GetTechnicalDetailsByMpan

[](#gettechnicaldetailsbympan)

```
$ecoes = new Ecoes\Api('API KEY GOES HERE');
$request = new Ecoes\GetTechnicalDetailsByMpan\Request('MPAN');
// $matches will be an array of matching MPANs.
$matches = $ecoes->GetTechnicalDetailsByMpan($request)->getUtilityMatches();
// $match will be an array of a single matched MPAN.
$match = $ecoes->GetTechnicalDetailsByMpan($request)->getUtilityMatch();

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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 ~730 days

Total

3

Last Release

983d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/df138ba1e6facb812007eefd2dd9e144ead4446f712342be282efed6f24ab236?d=identicon)[Steven Jones](/maintainers/Steven%20Jones)

---

Top Contributors

[![darthsteven](https://avatars.githubusercontent.com/u/95782?v=4)](https://github.com/darthsteven "darthsteven (9 commits)")

### Embed Badge

![Health badge](/badges/computerminds-ecoes-api/health.svg)

```
[![Health](https://phpackages.com/badges/computerminds-ecoes-api/health.svg)](https://phpackages.com/packages/computerminds-ecoes-api)
```

###  Alternatives

[restcord/restcord

REST Library for the Discord API

180477.7k11](/packages/restcord-restcord)[zfr/zfr-shopify

PHP library for interacting with the Shopify REST API

37239.8k](/packages/zfr-zfr-shopify)[fillup/nexmo

Nexmo API client built with Guzzle Web Service descriptions

2664.7k1](/packages/fillup-nexmo)[rarst/wporg-client

Guzzle client for WordPress.org APIs

721.8k](/packages/rarst-wporg-client)[apidae-tourisme/apidae-php

Apidae API official PHP Client

373.8k](/packages/apidae-tourisme-apidae-php)

PHPackages © 2026

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