PHPackages                             ecodenl/ep-online-php-wrapper - 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. ecodenl/ep-online-php-wrapper

ActiveLibrary[API Development](/categories/api)

ecodenl/ep-online-php-wrapper
=============================

PHP Wrapper for the EP Online Public REST API

v5.0.0(11mo ago)11.7k↓50%OSL-3.0PHPPHP ^8.2CI passing

Since Jun 9Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/Ecodenl/ep-online-php-wrapper)[ Packagist](https://packagist.org/packages/ecodenl/ep-online-php-wrapper)[ RSS](/packages/ecodenl-ep-online-php-wrapper/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (0)

EP Online PHP Api Wrapper
=========================

[](#ep-online-php-api-wrapper)

A simple PHP wrapper for EP Online API.

Version Information
-------------------

[](#version-information)

To keep versioning simple, the package version is aligned with the EP-Online API version.

Package versionAPI VersionStatusPHP Version5.x.x5.x.xActive support 🚀^8.03.x.x3.x.xNo active support ❌^7.4.0 | ^8.0Installing
----------

[](#installing)

```
composer require ecodenl/ep-online-php-wrapper

```

---

Using the API
=============

[](#using-the-api)

Read the official API docs
--------------------------

[](#read-the-official-api-docs)

To get a basic understanding of what is possible and what isn't, you should read [the official api docs](https://public.ep-online.nl/swagger/index.html).

Setting up the connection
-------------------------

[](#setting-up-the-connection)

```
use Ecodenl\EpOnlinePhpWrapper\Client;
use Ecodenl\EpOnlinePhpWrapper\EpOnline;

$secret = 'asecretcodeyouneedtoobtain';

// Establish the connection
$client = Client::init($secret);

// To get extensive logging from each request
// the client accepts any logger that follows the (PSR-3 standard)[https://github.com/php-fig/log]
// This example uses the logger from laravel, but feel free to pass any logger that implements the \Psr\Log\LoggerInterface
$logger = \Illuminate\Support\Facades\Log::getLogger();
$client = Client::init($secret, $logger);

$epOnline = EpOnline::init($client);
```

Resources
---------

[](#resources)

### PandEnergielabel

[](#pandenergielabel)

```
// Get the available energy label for the given address (see
// the official api docs (https://public.ep-online.nl/swagger/index.html) for all possible parameters
$label = $epOnline->pandEnergielabel()
  ->byAddress([
    'postcode' => '3255MC',
    'huisnummer' => 13,
  ]);

// Search on a ID from the BAG ("adresseerbaarObjectId")
$address = $epOnline->pandEnergielabel()
    ->byId('1924010000030064');
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance50

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~355 days

Total

3

Last Release

356d ago

Major Versions

v3.0.0 → v5.0.02025-05-19

PHP version history (2 changes)v3.0.0PHP ^7.4.0|^8.0

v5.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ae5357d893c402ae052f7e1705f6071de01dfa303800e6f9ba3ef27188fbea8?d=identicon)[pvankouteren](/maintainers/pvankouteren)

---

Top Contributors

[![frogeyedman](https://avatars.githubusercontent.com/u/26088905?v=4)](https://github.com/frogeyedman "frogeyedman (6 commits)")[![Yinci](https://avatars.githubusercontent.com/u/53834992?v=4)](https://github.com/Yinci "Yinci (6 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ecodenl-ep-online-php-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/ecodenl-ep-online-php-wrapper/health.svg)](https://phpackages.com/packages/ecodenl-ep-online-php-wrapper)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M648](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[alexacrm/dynamics-webapi-toolkit

Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM

81324.1k1](/packages/alexacrm-dynamics-webapi-toolkit)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)[keboola/storage-api-client

Keboola Storage API PHP Client

10387.5k25](/packages/keboola-storage-api-client)

PHPackages © 2026

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