PHPackages                             brianhenryie/color-logger - 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. brianhenryie/color-logger

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

brianhenryie/color-logger
=========================

A PSR logger that prints to the console in colour. For tests.

3.0.1(3w ago)017.9k↑666.7%5MITPHP

Since Jun 3Pushed 3w ago1 watchersCompare

[ Source](https://github.com/BrianHenryIE/bh-color-logger)[ Packagist](https://packagist.org/packages/brianhenryie/color-logger)[ RSS](/packages/brianhenryie-color-logger/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (8)Versions (14)Used By (5)

ColorLogger
===========

[](#colorlogger)

A [PSR-3 logger](https://www.php-fig.org/psr/psr-3/) to use during PHPUnit tests.

Prints the log level in colour, the message as normal, no time, and no context.

[![Wonderful, wonderful colours](./assets/screenshot-1.png "Printed logs with colour")](./assets/screenshot-1.png)

```
composer require --dev brianhenryie/color-logger

```

Then, presuming your classes [`use LoggerAwareTrait`](https://github.com/php-fig/log/blob/master/Psr/Log/LoggerAwareTrait.php):

```
$myclass = new MyClass();
$colorLogger = new \BrianHenryIE\ColorLogger\ColorLogger();
$myclass->setLogger($colorLogger);
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance95

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

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

Recently: every ~48 days

Total

9

Last Release

23d ago

Major Versions

1.3.0 → 2.0.02025-11-30

2.0.0 → 3.0.02025-11-30

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4720401?v=4)[Brian Henry](/maintainers/BrianHenryIE)[@BrianHenryIE](https://github.com/BrianHenryIE)

---

Top Contributors

[![BrianHenryIE](https://avatars.githubusercontent.com/u/4720401?v=4)](https://github.com/BrianHenryIE "BrianHenryIE (9 commits)")

---

Tags

psr-logger

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/brianhenryie-color-logger/health.svg)

```
[![Health](https://phpackages.com/badges/brianhenryie-color-logger/health.svg)](https://phpackages.com/packages/brianhenryie-color-logger)
```

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k247.1M335](/packages/sentry-sentry)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.3k](/packages/symfony-cache)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[api-platform/metadata

API Resource-oriented metadata attributes and factories

275.0M219](/packages/api-platform-metadata)

PHPackages © 2026

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