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(12y ago)139[2 PRs](https://github.com/nackjicholson/monolog-symfony2-console/pulls)MITPHPPHP &gt;=5.3.3

Since Jun 20Pushed 2y 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 today

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

24

—

LowBetter than 31% of packages

Maintenance20

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

4395d 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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k14](/packages/tempest-framework)[illuminate/log

The Illuminate Log package.

6225.3M619](/packages/illuminate-log)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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