PHPackages                             zhuravljov/yii2-logreader - 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. zhuravljov/yii2-logreader

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

zhuravljov/yii2-logreader
=========================

Yii2 Log Reader

1.1.3(8y ago)3332.1k↓34.2%2BSD-3-ClausePHP

Since Jun 23Pushed 8y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (6)Used By (0)

Yii2 Log Reader
===============

[](#yii2-log-reader)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist zhuravljov/yii2-logreader "*"

```

or add

```
"zhuravljov/yii2-logreader": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows:

```
return [
    'bootstrap' => ['logreader'],
    'modules' => [
        'logreader' => [
            'class' => 'zhuravljov\yii\logreader\Module',
            'aliases' => [
                'Frontend Errors' => '@frontend/runtime/logs/app.log',
                'Backend Errors' => '@backend/runtime/logs/app.log',
                'Console Errors' => '@console/runtime/logs/app.log',
            ],
        ],
    ],
];
```

You can then access Log Reader using the following URL:

```
http://localhost/path/to/index.php?r=logreader

```

or if you have enabled pretty URLs, you may use the following URL:

```
http://localhost/path/to/logreader

```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

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

Every ~126 days

Total

5

Last Release

3159d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1656851?v=4)[Roman Zhuravlev](/maintainers/Zhuravljov)[@zhuravljov](https://github.com/zhuravljov)

---

Top Contributors

[![zhuravljov](https://avatars.githubusercontent.com/u/1656851?v=4)](https://github.com/zhuravljov "zhuravljov (14 commits)")

---

Tags

logmoduleyii2logyii2module

### Embed Badge

![Health badge](/badges/zhuravljov-yii2-logreader/health.svg)

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

###  Alternatives

[lav45/yii2-activity-logger

Tools to store user activity log for Yii2

3460.8k](/packages/lav45-yii2-activity-logger)[kriss/yii2-log-reader

Yii2 log reader

1242.9k1](/packages/kriss-yii2-log-reader)

PHPackages © 2026

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