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 1mo 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 1mo ago

READMEChangelog (6)Dependencies (14)Versions (11)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 82% of packages

Maintenance60

Regular maintenance activity

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

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

1178d ago

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

v1.0.5PHP ^8.0||^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f54ad4bbe4d0893e800b6d79561d7f2afb0827aee755ca11cab8fb0ed703836?d=identicon)[arnebr](/maintainers/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

[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)

PHPackages © 2026

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