PHPackages                             nackjicholson/monolog-symfony2-console - 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. nackjicholson/monolog-symfony2-console

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

nackjicholson/monolog-symfony2-console
======================================

Monolog for Symfony2 Console Component output.

0.0.2(11y ago)139[2 PRs](https://github.com/nackjicholson/monolog-symfony2-console/pulls)MITPHPPHP &gt;=5.3.3

Since Jun 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nackjicholson/monolog-symfony2-console)[ Packagist](https://packagist.org/packages/nackjicholson/monolog-symfony2-console)[ RSS](/packages/nackjicholson-monolog-symfony2-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (0)

monolog-symfony2-console
========================

[](#monolog-symfony2-console)

Monolog for Symfony2 Console Component output.

Why? Because `StreamHandler` to `php://stdout` is ugly, and Symfony2 Console Output is pretty.

**But...you really shouldn't use this because [symfony/MonologBridge](https://github.com/symfony/MonologBridge) is better.**

### Install

[](#install)

```
"require": {
    "nackjicholson/monolog-symfony2-console": "0.0.2"
}

```

`composer require nackjicholson/monolog-symfony2-console:0.0.x`

### Basic Usage:

[](#basic-usage)

```
$output = new \Symfony\Component\Console\Output\ConsoleOutput();

$consoleFormatter = new \Nack\Monolog\Formatter\Symfony2ConsoleFormatter();

$consoleHandler = new \Nack\Monolog\Handler\Symfony2ConsoleHandler($output);
$consoleHandler->setFormatter($consoleFormatter);

$logger = new \Monolog\Logger('channel');
$logger->pushHandler($consoleHandler);

$logger->debug('Debug Life');
$logger->info('Just a little FYI');
$logger->notice('A little something to see here');
$logger->warning('Pay attention, be careful');
$logger->error('Your program broke, it happens');
$logger->critical('Oh my goodness, someone do something!');
$logger->emergency('It is all on fire! You may be fired!');
```

[![example](https://cloud.githubusercontent.com/assets/365247/3337030/55beb6e2-f842-11e3-85c2-b90a5d2fbf13.gif)](https://cloud.githubusercontent.com/assets/365247/3337030/55beb6e2-f842-11e3-85c2-b90a5d2fbf13.gif)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

2

Last Release

4344d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nackjicholson-monolog-symfony2-console/health.svg)

```
[![Health](https://phpackages.com/badges/nackjicholson-monolog-symfony2-console/health.svg)](https://phpackages.com/packages/nackjicholson-monolog-symfony2-console)
```

###  Alternatives

[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8674.9k](/packages/illuminated-console-logger)[alleyinteractive/logger

A Monolog-based logging tool for WordPress. Supports storing log message in a custom post type or in individual posts and terms.

30297.5k1](/packages/alleyinteractive-logger)

PHPackages © 2026

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