PHPackages                             jacky/yii2-redis-log - 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. jacky/yii2-redis-log

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

jacky/yii2-redis-log
====================

stores log messages in redis.

1.0.1(10y ago)45.8k1BSDPHP

Since Jan 25Pushed 10y ago2 watchersCompare

[ Source](https://github.com/JackyChan/yii2-redis-log)[ Packagist](https://packagist.org/packages/jacky/yii2-redis-log)[ RSS](/packages/jacky-yii2-redis-log/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Redis Log for Yii 2
===================

[](#redis-log-for-yii-2)

Requirements
------------

[](#requirements)

At least redis version 2.6.12 is required for all components to work properly.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist jacky/yii2-redis-log

```

or add

```
"jackychan/yii2-redis-log": "~2.0.0"
```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, you have to configure the Connection class in your application configuration:

```
return [
    //....
    'components' => [
        'log' => [
            'targets' => [
				'redis' => [
					'class' => 'jc\yii\redis\RedisTarget',
					'redis' => 'redis',
					'levels' => ['trace', 'info'],
					'categories' => ['yii\*'],
				]
			]
        ],
    ]
];
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3813d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8779578f0fe492e740851b47135ca5ae3cec27529df124f880f079397396e7cb?d=identicon)[JackyChan](/maintainers/JackyChan)

---

Top Contributors

[![JackyChan](https://avatars.githubusercontent.com/u/260615?v=4)](https://github.com/JackyChan "JackyChan (7 commits)")

### Embed Badge

![Health badge](/badges/jacky-yii2-redis-log/health.svg)

```
[![Health](https://phpackages.com/badges/jacky-yii2-redis-log/health.svg)](https://phpackages.com/packages/jacky-yii2-redis-log)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[bedezign/yii2-audit

Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.

202705.8k4](/packages/bedezign-yii2-audit)[lav45/yii2-activity-logger

Tools to store user activity log for Yii2

3460.8k](/packages/lav45-yii2-activity-logger)[yii2mod/yii2-cron-log

Component for logging cron jobs

2328.5k1](/packages/yii2mod-yii2-cron-log)

PHPackages © 2026

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