PHPackages                             t3chw1zard/emporia-connect - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. t3chw1zard/emporia-connect

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

t3chw1zard/emporia-connect
==========================

A framework-agnostic PHP client for the Emporia Vue energy monitoring API.

v0.1.0(1mo ago)201↓50%1[3 issues](https://github.com/T3chW1zard/emporia-connect/issues)MITPHPPHP ^8.2CI passing

Since Jun 23Pushed 1mo ago5 watchersCompare

[ Source](https://github.com/T3chW1zard/emporia-connect)[ Packagist](https://packagist.org/packages/t3chw1zard/emporia-connect)[ RSS](/packages/t3chw1zard-emporia-connect/feed)WikiDiscussions main Synced 2w ago

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

t3chw1zard/emporia-connect
==========================

[](#t3chw1zardemporia-connect)

A framework-agnostic PHP 8.2+ client for the Emporia Vue energy monitoring API. A full PHP port of [PyEmVue](https://github.com/magico13/PyEmVue).

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

[](#installation)

```
composer require t3chw1zard/emporia-connect
```

Guzzle is included automatically. No additional HTTP client needed.

Usage
-----

[](#usage)

```
use T3chW1zard\EmporiaConnect\EmporiaConnect;
use T3chW1zard\EmporiaConnect\Enums\Scale;

$client = EmporiaConnect::client(
    username: 'user@example.com',
    password: 'secret',
);

$customer = $client->customers()->me();
$devices  = $client->devices()->all();
$usage    = $client->channels()->usage(12345, '1', Scale::MINUTE);
```

See `docs/laravel.md` and `docs/symfony.md` for framework integration.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance87

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

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

---

Top Contributors

[![andre-hoffmann](https://avatars.githubusercontent.com/u/158450551?v=4)](https://github.com/andre-hoffmann "andre-hoffmann (4 commits)")

---

Tags

apiclientmonitoringvueenergyemporia

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/t3chw1zard-emporia-connect/health.svg)

```
[![Health](https://phpackages.com/badges/t3chw1zard-emporia-connect/health.svg)](https://phpackages.com/packages/t3chw1zard-emporia-connect)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.1k](/packages/laravel-framework)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69735.8M173](/packages/algolia-algoliasearch-client-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k49](/packages/civicrm-civicrm-core)[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

740315.8k8](/packages/nutgram-nutgram)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M650](/packages/shopware-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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