PHPackages                             pahanini/yii2-consolelog - 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. pahanini/yii2-consolelog

ActiveYii2-extension[Logging &amp; Monitoring](/categories/logging)

pahanini/yii2-consolelog
========================

Dumps log to console

v3.0.1(7y ago)19238.4k↓51.8%12[1 PRs](https://github.com/pahanini/yii2-consolelog/pulls)1BSD-3-ClausePHP

Since Apr 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pahanini/yii2-consolelog)[ Packagist](https://packagist.org/packages/pahanini/yii2-consolelog)[ Docs](https://github.com/pahanini/yii2-consolelog)[ RSS](/packages/pahanini-yii2-consolelog/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (8)DependenciesVersions (9)Used By (1)

Console logger
==============

[](#console-logger)

Dumps output to console, for console application debugging

[![Latest Stable Version](https://camo.githubusercontent.com/7487fafc21530d027ef320ebd611c9f3a3983d2ccefd15fe7fd6954cfdd82129/68747470733a2f2f706f7365722e707567782e6f72672f706168616e696e692f796969322d636f6e736f6c656c6f672f762f737461626c65)](https://packagist.org/packages/pahanini/yii2-consolelog) [![Total Downloads](https://camo.githubusercontent.com/31f26d4b6605aac78a4ea988be5d4476466b75aade35f0893ab56eedbc339b82/68747470733a2f2f706f7365722e707567782e6f72672f706168616e696e692f796969322d636f6e736f6c656c6f672f646f776e6c6f616473)](https://packagist.org/packages/pahanini/yii2-consolelog) [![Latest Unstable Version](https://camo.githubusercontent.com/adc3b2f113773dfbfec2c882172b628f4984fe0700d3cd86a0973459b45157e1/68747470733a2f2f706f7365722e707567782e6f72672f706168616e696e692f796969322d636f6e736f6c656c6f672f762f756e737461626c65)](https://packagist.org/packages/pahanini/yii2-consolelog) [![License](https://camo.githubusercontent.com/38a080a2fd60bb5fb1521bf0a3ec6afe01162d1c2dc91e9c19daf7b174c8a8b8/68747470733a2f2f706f7365722e707567782e6f72672f706168616e696e692f796969322d636f6e736f6c656c6f672f6c6963656e7365)](https://packagist.org/packages/pahanini/yii2-consolelog)

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

[](#installation)

Add

```
"pahanini/yii2-consolelog": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

```
return [
	'id' => 'app-console',
	'bootstrap' => ['log'],
	'components' => [
		'log' => [
			'targets' => [
				[
					'class' => 'pahanini\log\ConsoleTarget',
					'levels' => ['error', 'warning', 'trace'],
				]
			],
		],
	],
	'params' => $params,
];
```

You also can customize color scheme using color property.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 52.6% 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 ~233 days

Recently: every ~299 days

Total

8

Last Release

2831d ago

Major Versions

v1.0.0 → v2.0.02015-01-26

v2.0.4 → v3.0.02018-01-23

### Community

Maintainers

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

---

Top Contributors

[![pahanini](https://avatars.githubusercontent.com/u/898663?v=4)](https://github.com/pahanini "pahanini (10 commits)")[![totaldev](https://avatars.githubusercontent.com/u/9682020?v=4)](https://github.com/totaldev "totaldev (3 commits)")[![firegate666](https://avatars.githubusercontent.com/u/1197926?v=4)](https://github.com/firegate666 "firegate666 (2 commits)")[![tranch](https://avatars.githubusercontent.com/u/5999732?v=4)](https://github.com/tranch "tranch (2 commits)")[![padlyuck](https://avatars.githubusercontent.com/u/630610?v=4)](https://github.com/padlyuck "padlyuck (1 commits)")[![Pchol](https://avatars.githubusercontent.com/u/1392398?v=4)](https://github.com/Pchol "Pchol (1 commits)")

---

Tags

logconsoleyii2

### Embed Badge

![Health badge](/badges/pahanini-yii2-consolelog/health.svg)

```
[![Health](https://phpackages.com/badges/pahanini-yii2-consolelog/health.svg)](https://phpackages.com/packages/pahanini-yii2-consolelog)
```

###  Alternatives

[lav45/yii2-activity-logger

Tools to store user activity log for Yii2

3460.8k](/packages/lav45-yii2-activity-logger)

PHPackages © 2026

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