Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solutosoft/yii-audit-record


https://github.com/solutosoft/yii-audit-record

activerecord audit behavior logging yii2 yii2-extension

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Yii Audit Record
================

This extension provides support for store active record changes for Yii2.

[![Build Status](https://github.com/solutosoft/yii-audit-record/actions/workflows/tests.yml/badge.svg)](https://github.com/solutosoft/yii-audit-record/actions)
[![Total Downloads](https://poser.pugx.org/solutosoft/yii-audit-record/downloads.png)](https://packagist.org/packages/solutosoft/yii-audit-record)
[![Latest Stable Version](https://poser.pugx.org/solutosoft/yii-audit-record/v/stable.png)](https://packagist.org/packages/solutosoft/yii-audit-record)

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

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

Either run

```
php composer.phar require --prefer-dist solutosoft/yii-audit-record
```

or add

```json
"solutosoft/yii-audit-record": "*"
```