PHPackages                             minhyung/monolog-openobserve - 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. minhyung/monolog-openobserve

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

minhyung/monolog-openobserve
============================

Monolog handler for OpenObserve

0.1.4(7mo ago)01.7k↓80.8%1MITPHPCI passing

Since Sep 10Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/overworks/monolog-openobserve)[ Packagist](https://packagist.org/packages/minhyung/monolog-openobserve)[ RSS](/packages/minhyung-monolog-openobserve/feed)WikiDiscussions 0.x Synced 2d ago

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

monolog-openobserve
===================

[](#monolog-openobserve)

Monolog handler for [OpenObserve](https://openobserve.ai/)

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

[](#installation)

```
composer require minhyung/monolog-openobserve
```

Usage
-----

[](#usage)

```
use Minhyung\Monolog\OpenObserveHandler;
use Monolog\Logger;

$handler = new OpenObserveHandler(
	host: 'http://localhost:5080',
	organizationId: 'default',
	streamName: 'monolog',
	username: 'admin@yourdomain.com',
	password: 'yourpassword',
);

$logger = new Logger('app');
$logger->pushHandler($handler);

$logger->info('Hello OpenObserve!', ['foo' => 'bar']);
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance65

Regular maintenance activity

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

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

Every ~17 days

Total

6

Last Release

212d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/381cd0165a6aa9f238950dc1ae39f15a2b01a3dc33c111cd0fc1b12ab4259100?d=identicon)[lostland](/maintainers/lostland)

---

Top Contributors

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

---

Tags

logginghandlermonologopenobserve

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/minhyung-monolog-openobserve/health.svg)

```
[![Health](https://phpackages.com/badges/minhyung-monolog-openobserve/health.svg)](https://phpackages.com/packages/minhyung-monolog-openobserve)
```

###  Alternatives

[logtail/monolog-logtail

Logtail handler for Monolog

243.6M3](/packages/logtail-monolog-logtail)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)[open-telemetry/opentelemetry-logger-monolog

OpenTelemetry Monolog handler.

102.2M20](/packages/open-telemetry-opentelemetry-logger-monolog)[jacklul/monolog-telegram

Monolog handler that sends logs through Telegram bot to any chat in HTML format

2471.4k2](/packages/jacklul-monolog-telegram)[alexandre-daubois/monolog-processor-collection

A collection of Monolog processors

1317.1k](/packages/alexandre-daubois-monolog-processor-collection)

PHPackages © 2026

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