PHPackages                             vita2333/yii2-admin-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. vita2333/yii2-admin-log

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

vita2333/yii2-admin-log
=======================

yii2 admin log extension

1.0.2(7y ago)094BSD-3-ClausePHP

Since Apr 9Pushed 7y agoCompare

[ Source](https://github.com/vita2333/yii2-admin-log)[ Packagist](https://packagist.org/packages/vita2333/yii2-admin-log)[ RSS](/packages/vita2333-yii2-admin-log/feed)WikiDiscussions master Synced 2w ago

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

yii2-admin-log
==============

[](#yii2-admin-log)

yii2 admin log extention

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist vita2333/yii2-admin-log "^1.0.0"

```

or add

```
"vita2333/yii2-admin-log": "^1.0.0"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
class BaseController extends \yii\web\Controller {

  /**
     * @inheritdoc
     */
    public function behaviors()
    {
        $behaviors              = parent::behaviors();
        $behaviors['admin-log'] = [
            'class' => AdminLogBehavior::class,
        ];

        return $behaviors;
    }
 }
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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 ~0 days

Total

3

Last Release

2639d ago

### Community

Maintainers

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

---

Top Contributors

[![PingziDev](https://avatars.githubusercontent.com/u/25766187?v=4)](https://github.com/PingziDev "PingziDev (5 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/vita2333-yii2-admin-log/health.svg)

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

###  Alternatives

[mito/yii2-sentry

Yii 2 extension for Sentry

91380.4k](/packages/mito-yii2-sentry)[sammaye/yii2-audittrail

A port of audit trail

39414.9k](/packages/sammaye-yii2-audittrail)[apollo11/yii2-logger

Log application errors in slack channel

1011.8k1](/packages/apollo11-yii2-logger)

PHPackages © 2026

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