PHPackages                             lancoid/yii2-log-viewer - 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. lancoid/yii2-log-viewer

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

lancoid/yii2-log-viewer
=======================

Yii2 log viewer

0.1.9(7y ago)11.6k↓33.3%[1 issues](https://github.com/Lancoid/yii2-log-viewer/issues)MITPHPPHP &gt;=5.4.0

Since Feb 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Lancoid/yii2-log-viewer)[ Packagist](https://packagist.org/packages/lancoid/yii2-log-viewer)[ RSS](/packages/lancoid-yii2-log-viewer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Yii2 Log Viewer
===============

[](#yii2-log-viewer)

Yii2 log viewer

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

[](#installation)

Usage
-----

[](#usage)

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

```
return [
    'bootstrap' => ['log-viewer'],
    'modules' => [
        'log-viewer' => [
            'class' => 'lancoid\yii2LogViewer\Module',
            'aliases' => [
                'Api Errors' => '@api/runtime/logs/app.log',
                'Console Errors' => '@console/runtime/logs/app.log',
                'Backend Errors' => '@backend/runtime/logs/app.log',
                'Frontend Errors' => '@frontend/runtime/logs/app.log',
            ],
            'lang' => 'en',
            'accessRoles' => ['admin'],
            'moduleUrl' => 'admin/log-viewer',
            'canDelete' => true,
            'appLayout' => '@frontend/views/layouts/main',
        ],
    ],
];
```

You can then access Log Reader using the following URL:

```
http://localhost/path/to/index.php?r=log-viewer
```

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

```
http://localhost/log-viewer
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

2640d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29805250?v=4)[rinsi](/maintainers/rinsi)[@rinsi](https://github.com/rinsi)

---

Top Contributors

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

---

Tags

logjquerydatatableslog vieweryii2extensionmodule

### Embed Badge

![Health badge](/badges/lancoid-yii2-log-viewer/health.svg)

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

###  Alternatives

[kriss/yii2-log-reader

Yii2 log reader

1340.1k1](/packages/kriss-yii2-log-reader)[fedemotta/yii2-widget-datatables

DataTables widget for Yii2

34179.4k1](/packages/fedemotta-yii2-widget-datatables)[lav45/yii2-activity-logger

Tools to store user activity log for Yii2

3456.3k](/packages/lav45-yii2-activity-logger)[zhuravljov/yii2-logreader

Yii2 Log Reader

3531.1k](/packages/zhuravljov-yii2-logreader)

PHPackages © 2026

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