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

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 49% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

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

[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[beyondcode/laravel-favicon

Create dynamic favicons based on your environment settings.

37345.5k](/packages/beyondcode-laravel-favicon)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)

PHPackages © 2026

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