PHPackages                             tvup/eloverblikapi - 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. tvup/eloverblikapi

ActiveLibrary

tvup/eloverblikapi
==================

API for getting consumption data from energioverblik

v2.1.1(1mo ago)02.1kMITPHPPHP &gt;=7.4

Since Sep 16Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Tvup/eloverblikapi)[ Packagist](https://packagist.org/packages/tvup/eloverblikapi)[ RSS](/packages/tvup-eloverblikapi/feed)WikiDiscussions master Synced 1mo ago

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

energioverblikapi
=================

[](#energioverblikapi)

This repository contains PHP library code to facilitate communication with Eloverblik Api's. It is intended to be loaded into another PHP application as a composer package through packagist. The API exposes functions for getting token, meteringpoints, and for getting consumption data..

**Use at own risk**

Prerequisites
-------------

[](#prerequisites)

Requires a refresh token obtained at

Installation with composer
--------------------------

[](#installation-with-composer)

```
composer require tvup/eloverblikapi

```

### Example code

[](#example-code)

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

$eloverblik = new Tvup\ElOverblikApi\ElOverblikApi();
//$eloverblik->setDebug(true);

$eloverblik->token('YOUR_REFRESH_TOKEN');

$firstMeteringPoint = $eloverblik->getFirstMeteringPoint();
$response = $eloverblik->getHourTimeSeriesFromMeterData('2022-01-01', '2022-01-31');

print_r($response);

```

Feedback
--------

[](#feedback)

Always welcome. This project was created because I was curious if it was possible, and I tend to lose interest when the goal has been accomplished. You wan't something differently - you can make a pull-request we can share a bit of each other's understanding.

Appreciate it?
--------------

[](#appreciate-it)

Great. Glad I could help.

### I want to make a donation as a sign of appreciation

[](#i-want-to-make-a-donation-as-a-sign-of-appreciation)

Don't

#### I insist

[](#i-insist)

It will probably be spent on beer:

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance50

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Recently: every ~318 days

Total

22

Last Release

50d ago

Major Versions

v0.0.26 → v1.0.12022-10-31

v1.0.1 → v2.0.02023-01-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf815233f76ab55016ae90a8972b73dad594f73fa5f791d4c9cba6c4e94797bb?d=identicon)[tvupper](/maintainers/tvupper)

---

Top Contributors

[![tvup](https://avatars.githubusercontent.com/u/4526352?v=4)](https://github.com/tvup "tvup (32 commits)")

### Embed Badge

![Health badge](/badges/tvup-eloverblikapi/health.svg)

```
[![Health](https://phpackages.com/badges/tvup-eloverblikapi/health.svg)](https://phpackages.com/packages/tvup-eloverblikapi)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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