PHPackages                             dreamzml/yii2-logs-analysis - 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. dreamzml/yii2-logs-analysis

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

dreamzml/yii2-logs-analysis
===========================

log analysis

01211PHP

Since Mar 3Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Logs Analysis base Yii2
=======================

[](#logs-analysis-base-yii2)

This Module Extension for Yii 2, Small teams, multi project development, testing model

For license information check the [LICENSE](LICENSE.md)-file.

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

[](#installation)

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

Either run

```
php composer.phar require dreamzml/yii2-logs-analysis

```

or add

```
"dreamzml/yii2-logs-analysis": "*"

```

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

Usage
-----

[](#usage)

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

```
return [
    'modules' => [
        'analysis' => [
            'class'      => 'dreamzml\LogAnalysis\Module',
            'allowedIPs' => ['127.0.0.1', '::1'],          // if set ['*'] allow all ip
            'monitors'   => ['admin'=>'123456'],           //allow users, if set * allow all user
        ],
    ],
    // ...
];
```

You can then access Gii through the following URL:

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

```

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

```
http://localhost/path/to/index.php/analysis

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![dreamzml](https://avatars.githubusercontent.com/u/3755355?v=4)](https://github.com/dreamzml "dreamzml (13 commits)")

### Embed Badge

![Health badge](/badges/dreamzml-yii2-logs-analysis/health.svg)

```
[![Health](https://phpackages.com/badges/dreamzml-yii2-logs-analysis/health.svg)](https://phpackages.com/packages/dreamzml-yii2-logs-analysis)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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