PHPackages                             noxomix/operational-monolog - 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. noxomix/operational-monolog

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

noxomix/operational-monolog
===========================

A Monolog handler for operational.co

1.0.0(1y ago)11MITPHP

Since May 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/noxomix/operational-monolog)[ Packagist](https://packagist.org/packages/noxomix/operational-monolog)[ RSS](/packages/noxomix-operational-monolog/feed)WikiDiscussions main Synced today

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

Operational Monolog Handler
===========================

[](#operational-monolog-handler)

A PSR-compliant [Monolog](https://github.com/Seldaek/monolog) handler that sends logs to [Operational.co](https://operational.co) via HTTP API.

> ⚠️ This project is neither officially supported by nor affiliated with Operational.co.
> Compatibility has only been tested with PHP 8.1+ and Monolog 3.

---

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require noxomix/operational-monolog

```

🚀 Example usage:
----------------

[](#-example-usage)

```
use Monolog\Logger;
use Noxomix\OperationalMonolog\OperationalHandler;

$logger = new Logger('operational');

$handler = new OperationalHandler('your-api-key-here');
$logger->pushHandler($handler);

$logger->info('User signup', ["name" => "Alfredo", "email" => "test@test.test"]);
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance46

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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 ~0 days

Total

2

Last Release

414d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/42320700?v=4)[Theo](/maintainers/noxomix)[@noxomix](https://github.com/noxomix)

---

Top Contributors

[![bpptheo](https://avatars.githubusercontent.com/u/147403439?v=4)](https://github.com/bpptheo "bpptheo (5 commits)")[![noxomix](https://avatars.githubusercontent.com/u/42320700?v=4)](https://github.com/noxomix "noxomix (1 commits)")

### Embed Badge

![Health badge](/badges/noxomix-operational-monolog/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[spatie/flare-client-php

Send PHP errors to Flare

177161.5M23](/packages/spatie-flare-client-php)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M18](/packages/pantheon-systems-terminus)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)

PHPackages © 2026

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