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. [API Development](/categories/api)
4. /
5. tvup/eloverblikapi

ActiveLibrary[API Development](/categories/api)

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

API for getting consumption data from energioverblik

v2.1.1(3mo ago)02.3kMITPHPPHP &gt;=7.4

Since Sep 16Pushed 3mo ago2 watchersCompare

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

READMEChangelog (2)Dependencies (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

45

—

FairBetter than 91% of packages

Maintenance82

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

98d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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