PHPackages                             krzysztofzylka/open-observe - 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. krzysztofzylka/open-observe

ActiveLibrary

krzysztofzylka/open-observe
===========================

OpenObserve PHP Library

1.0(2y ago)123MITPHPPHP &gt;=7.4

Since Mar 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/krzysztofzylka/OpenObserve)[ Packagist](https://packagist.org/packages/krzysztofzylka/open-observe)[ RSS](/packages/krzysztofzylka-open-observe/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

OpenObserve library
===================

[](#openobserve-library)

Configure
---------

[](#configure)

```
\Krzysztofzylka\OpenObserve\OpenObserve::$USERNAME = '';
\Krzysztofzylka\OpenObserve\OpenObserve::$PASSWORD = '';
\Krzysztofzylka\OpenObserve\OpenObserve::$HOST = 'http://127.0.0.1:5080';
\Krzysztofzylka\OpenObserve\OpenObserve::$STREAM = 'default';
\Krzysztofzylka\OpenObserve\OpenObserve::$ORGANIZATION = 'default';
\Krzysztofzylka\OpenObserve\OpenObserve::$SSLVERIFYPEER = false;
```

Send log
--------

[](#send-log)

```
public static function send(
    string $message,
    string $level = 'INFO',
    array $data = []
)
```

Example

```
\Krzysztofzylka\OpenObserve\OpenObserve::send(
    'message',
    'INFO',
    ['additional' => 'data']
)
```

Log:

```
{"_timestamp":1710530478602382,"additional":"data","level":"INFO","message":"message"}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

788d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/krzysztofzylka-open-observe/health.svg)

```
[![Health](https://phpackages.com/badges/krzysztofzylka-open-observe/health.svg)](https://phpackages.com/packages/krzysztofzylka-open-observe)
```

PHPackages © 2026

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