PHPackages                             atans/yii2-actionlog - 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. atans/yii2-actionlog

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

atans/yii2-actionlog
====================

Yii2 action log extension

1.0.5(9y ago)01131MITPHP

Since Jan 7Pushed 9y ago1 watchersCompare

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

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

Yii2 Action Log Extension
=========================

[](#yii2-action-log-extension)

An action log extension for yii2

Installation
============

[](#installation)

### 1.Download

[](#1download)

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

Either run

```
composer require atans/yii2-actionlog

```

or add

```
"atans/yii2-actionlog": "*"

```

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

### 2.Update database schema

[](#2update-database-schema)

```
$ php yii migrate/up --migrationPath=@vendor/atans/yii2-actionlog/migrations

```

Usage
=====

[](#usage)

```
