PHPackages                             arnebr/laravel-tibber - 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. arnebr/laravel-tibber

ActiveLibrary[API Development](/categories/api)

arnebr/laravel-tibber
=====================

Package for laravel reading the tibber api

v1.0.5(3y ago)019[4 PRs](https://github.com/arnebr/laravel-tibber/pulls)MITPHPPHP ^8.0||^8.1CI passing

Since Feb 10Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/arnebr/laravel-tibber)[ Packagist](https://packagist.org/packages/arnebr/laravel-tibber)[ Docs](https://github.com/arnebr/laravel-tibber)[ RSS](/packages/arnebr-laravel-tibber/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (14)Versions (12)Used By (0)

Package for laravel reading the tibber api
==========================================

[](#package-for-laravel-reading-the-tibber-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/172d982d0033c9abd90846731955e5778a2a892d04da34a32cd7e1a8888dc9ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61726e6562722f6c61726176656c2d7469626265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arnebr/laravel-tibber)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d237dc5efbd68fd1c09ac96057add372527019d7dcd166952785ea221e4f84c6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f61726e6562722f6c61726176656c2d7469626265722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/arnebr/laravel-tibber/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bb23a9f7475c801358846b7116e3b253a46a56478420adc45a258dab534e1bdc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f61726e6562722f6c61726176656c2d7469626265722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/arnebr/laravel-tibber/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9c44cd9924e9d39a81f4ae59ddfabf2859065ac2d83455cfc2f99c8684632185/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61726e6562722f6c61726176656c2d7469626265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arnebr/laravel-tibber)

A package for laravel reading the Tibber API.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require arnebr/laravel-tibber
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-tibber-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-tibber-config"
```

This is the contents of the published config file:

```
return [
      'api_url'=>'https://api.tibber.com/v1-beta/gql',
    'token'=>env('TIBBER_TOKEN','5K4MVS-OjfWhK_4yrjOlFe1F6kJXPVf7eQYggo8ebAE'),
    'homeId'=>env('TIBBER_HOMEID',null)
];
```

Usage
-----

[](#usage)

```
$tibber = new Arnebr\Tibber();
var_dump( $tibber->viewer());
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Arne Breitsprecher](https://github.com/arnebr)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance56

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 55.2% 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 ~2 days

Total

6

Last Release

1230d ago

PHP version history (2 changes)v1.0.0PHP ^8.1

v1.0.5PHP ^8.0||^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1068416?v=4)[Arne Breitsprecher](/maintainers/arnebr)[@arnebr](https://github.com/arnebr)

---

Top Contributors

[![arnebr](https://avatars.githubusercontent.com/u/1068416?v=4)](https://github.com/arnebr "arnebr (37 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (17 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (13 commits)")

---

Tags

energy-consumptionenergy-monitorgreengreenenergylaravellaravel-packagephp8tibbertibberpulselaravelarnebrlaravel-tibber

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/arnebr-laravel-tibber/health.svg)

```
[![Health](https://phpackages.com/badges/arnebr-laravel-tibber/health.svg)](https://phpackages.com/packages/arnebr-laravel-tibber)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M166](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k95](/packages/nativephp-mobile)

PHPackages © 2026

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