PHPackages                             duncan3dc/climate-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. duncan3dc/climate-logger

Abandoned → [league/climate](/?search=league%2Fclimate)ArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

duncan3dc/climate-logger
========================

Use league/climate with any PSR-3 compatible project

0.4.0(9y ago)1613Apache-2.0PHPPHP ^5.6|^7.0CI failing

Since Mar 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/duncan3dc/climate-logger)[ Packagist](https://packagist.org/packages/duncan3dc/climate-logger)[ Docs](https://github.com/duncan3dc/climate-logger)[ RSS](/packages/duncan3dc-climate-logger/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

climate-logger
==============

[](#climate-logger)

Use your best friend for the terminal with your favourite PSR-3 compatible projects

[![Build Status](https://camo.githubusercontent.com/bd2bea0fa58ea4f107b43798d9aaf9dbb791bde0bc23298e0aca3d6c74a435c4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f64756e63616e3364632f636c696d6174652d6c6f676765722e737667)](https://travis-ci.org/duncan3dc/climate-logger)[![Latest Version](https://camo.githubusercontent.com/283642c71505ebcd8ebe3cbd0dd66e756edb1f17e8a93f20b95c3c979c8d5f49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64756e63616e3364632f636c696d6174652d6c6f676765722e737667)](https://packagist.org/packages/duncan3dc/climate-logger)

CLImate
-------

[](#climate)

Read all about CLImate [here](http://climate.thephpleague.com/)

PSR-3
-----

[](#psr-3)

Read all about PSR-3 [here](http://www.php-fig.org/psr/psr-3/)

Examples
--------

[](#examples)

Combine the two for simple terminal logging:

```
$somethingThatLogs->setLogger(new \duncan3dc\CLImate\Logger);
```

By default a logger instance will hide DEBUG and log everything else, you can set a specific level like so:

```
$logger = new \duncan3dc\CLImate\Logger(\Psr\Log\LogLevel::DEBUG);
$somethingThatLogs->setLogger($logger);
```

Advanced
--------

[](#advanced)

You can pass your own customised instance of CLImate to the logger:

```
$climate = new \League\CLImate\CLImate;
$climate->style->addCommand("debug", ["yellow", "background_black"]);
$logger = new \duncan3dc\CLImate\Logger(LogLevel::INFO, $climate);

# Now my debug information will be yellow and black
$somethingThatLogs->setLogger($logger);
```

Changelog
---------

[](#changelog)

---

A [Changelog](CHANGELOG.md) has been available since the beginning of time.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.1% 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 ~279 days

Total

4

Last Release

3303d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.4.0

0.3.0PHP &gt;=5.5.0

0.4.0PHP ^5.6|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/11dc66042513f11d1c99b1e6763f25dca84a3ff31cdbea3972b9b804a3d3d5e9?d=identicon)[duncan3dc](/maintainers/duncan3dc)

---

Top Contributors

[![duncan3dc](https://avatars.githubusercontent.com/u/546811?v=4)](https://github.com/duncan3dc "duncan3dc (34 commits)")[![terah](https://avatars.githubusercontent.com/u/2120322?v=4)](https://github.com/terah "terah (1 commits)")

---

Tags

climatephpphp-leaguepsr-3psr-3cliterminalloggingloggercommandPSR3colors

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/duncan3dc-climate-logger/health.svg)

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

###  Alternatives

[league/climate

PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.

1.9k14.7M300](/packages/league-climate)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3511.6M24](/packages/analog-analog)[inpsyde/wonolog

Monolog-based logging package for WordPress.

184637.3k7](/packages/inpsyde-wonolog)[apix/log

Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.

521.1M20](/packages/apix-log)[markrogoyski/simplelog-php

Powerful PSR-3 logging. So easy, it's simple.

2819.3k4](/packages/markrogoyski-simplelog-php)[atrapalo/monolog-elasticsearch

A Monolog handler and formatter that makes use of the elasticsearch/elasticsearch package

1123.0k](/packages/atrapalo-monolog-elasticsearch)

PHPackages © 2026

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