PHPackages                             hmennen90/ostrom-php-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hmennen90/ostrom-php-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hmennen90/ostrom-php-client
===========================

This PHP Client for Ostrom can be used to fetch the own Data for power consumption

1.0.0(1y ago)010GPL-3.0-or-laterPHPPHP ^8.3

Since Aug 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hmennen90/ostrom-php-client)[ Packagist](https://packagist.org/packages/hmennen90/ostrom-php-client)[ RSS](/packages/hmennen90-ostrom-php-client/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Ostrom PHP Client
=================

[](#ostrom-php-client)

Description
-----------

[](#description)

This package for Laravel provides a simple method to connect the Ostrom Customer API - NOT the Partner Endpoints for now.

Usage
-----

[](#usage)

- Require via composer `composer require hmennen90/ostrom-php-client`
- Add the following to your .env

```
OSTROM_API_AUTH_URL=
OSTROM_API_URL=
OSTROM_CLIENT_ID=
OSTROM_CLIENT_SECRET=

```

- Instantiate the Connector and use prepared request classes and prepared responses

```
use Hmennen90\OstromPhpClient\OstromServiceConnector;
use Hmennen90\OstromPhpClient\Service\Ostrom\Requests\Users\GetMeRequest;
use Hmennen90\OstromPhpClient\Service\Ostrom\Responses\Users\GetMeResponse;
$ostrom = new OstromServiceConnector();

$request = new GetMeRequest();

/** @var GetMeResponse $response */
$response = $ostrom->executeRequest($request);

$response->getEmail();

$response->getFirstName();

$response->getLastName();

$response->getLangauge();

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

697d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77828605?v=4)[Hendrik Mennen](/maintainers/hmennen90)[@hmennen90](https://github.com/hmennen90)

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan, Rector

### Embed Badge

![Health badge](/badges/hmennen90-ostrom-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/hmennen90-ostrom-php-client/health.svg)](https://phpackages.com/packages/hmennen90-ostrom-php-client)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[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.

5021.9k](/packages/simplestats-io-laravel-client)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1563.0k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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