PHPackages                             podtserkovsky/yii2-user-db-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. podtserkovsky/yii2-user-db-log

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

podtserkovsky/yii2-user-db-log
==============================

Yii2 User DB modifications logger

1.0.3(9y ago)4733BSD-4-ClausePHP

Since Jul 5Pushed 9y ago2 watchersCompare

[ Source](https://github.com/podtserkovsky/yii2-user-db-log)[ Packagist](https://packagist.org/packages/podtserkovsky/yii2-user-db-log)[ RSS](/packages/podtserkovsky-yii2-user-db-log/feed)WikiDiscussions master Synced 4w ago

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

Yii2 User DB modifications logger
=================================

[](#yii2-user-db-modifications-logger)

Yii2 User DB modifications logger. Save modifications your tables.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist podtserkovsky/yii2-user-db-log "*"

```

or add

```
"podtserkovsky/yii2-user-db-log": "*"

```

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

Usage
-----

[](#usage)

For demo install advanced yii Create database and run initial migrations

Apply migrations, run in console:

```
php yii migrate --migrationPath=@vendor/podtserkovsky/yii2-user-db-log/migrations

```

Add in your app config:

```
'modules' => [
        'user-db-log' => [
            'class' => 'podtserkovsky\userdblog\Module',
        ],
    ],

```

Simply use it in your code by in any ActiveRecord class :

```
public function behaviors()
{
    return [
        [
            'class' => UserDbLogBehavior::className()
        ],
    ];
}

``

```

You can then access Log through the following URL:

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

```

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

```
http://localhost/path/to/index.php/user-db-log

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

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

4

Last Release

3647d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b5b55190df34ae4712216efdf85d519646558593ffb946156a074bd322ded77?d=identicon)[podtserkovsky](/maintainers/podtserkovsky)

---

Top Contributors

[![podtserkovskiy](https://avatars.githubusercontent.com/u/12721466?v=4)](https://github.com/podtserkovskiy "podtserkovskiy (2 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/podtserkovsky-yii2-user-db-log/health.svg)

```
[![Health](https://phpackages.com/badges/podtserkovsky-yii2-user-db-log/health.svg)](https://phpackages.com/packages/podtserkovsky-yii2-user-db-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)
