PHPackages                             ivol/monolog-cli-processor - 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. ivol/monolog-cli-processor

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

ivol/monolog-cli-processor
==========================

Allows to log console command

v1.0.1(9y ago)0680MITPHP

Since Jan 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ivol84/monolog-console-args)[ Packagist](https://packagist.org/packages/ivol/monolog-cli-processor)[ RSS](/packages/ivol-monolog-cli-processor/feed)WikiDiscussions master Synced 3w ago

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

monolog-cli-processor
=====================

[](#monolog-cli-processor)

[![Build Status](https://camo.githubusercontent.com/cfe322dabe1d33fbd1c02de8e8a3754331aa3b212e981a485d0120903a5b7124/68747470733a2f2f7472617669732d63692e6f72672f69766f6c38342f6d6f6e6f6c6f672d636f6e736f6c652d617267732e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/cfe322dabe1d33fbd1c02de8e8a3754331aa3b212e981a485d0120903a5b7124/68747470733a2f2f7472617669732d63692e6f72672f69766f6c38342f6d6f6e6f6c6f672d636f6e736f6c652d617267732e7376673f6272616e63683d6d6173746572)

Cli processor allows to log console command in Monolog.

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

[](#installation)

Add library to your [Composer](https://getcomposer.org/doc/00-intro.md) project:

```
composer require ivol/monolog-cli-processor
```

Usage
-----

[](#usage)

```

// Autoload here
use Monolog\Logger;
use ivol\Monolog\Processor\CliProcessor;

$handlers = []; // Add handlers
$logger = new Logger('Logger_Name', $handlers, [new CliProcessor()]);

```

After that all log records in cli mode will be updated with extra cli arg.

License
-------

[](#license)

exec-wrapper is released under the MIT License.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~1 days

Total

2

Last Release

3432d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92f802beb5960e9d649db4cbb8ee7ae43b2be1a26cad2cab761cc2ac3538f59b?d=identicon)[ivol](/maintainers/ivol)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ivol-monolog-cli-processor/health.svg)

```
[![Health](https://phpackages.com/badges/ivol-monolog-cli-processor/health.svg)](https://phpackages.com/packages/ivol-monolog-cli-processor)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.8k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M261](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)[relaxart/monolog-docker-handler

Docker handler for monolog

1442.6k](/packages/relaxart-monolog-docker-handler)

PHPackages © 2026

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