Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/solutosoft/yii-audit-record
- Owner: solutosoft
- Created: 2019-03-21T19:19:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T17:59:01.000Z (almost 3 years ago)
- Last Synced: 2024-09-27T14:20:59.195Z (3 months ago)
- Topics: activerecord, audit, behavior, logging, yii2, yii2-extension
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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": "*"
```