vaum/ea-tracker-yii2-ext

Model attribute tracker extension

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2020-04-13 22:31 UTC

This package is auto-updated.

Last update: 2025-06-14 09:53:28 UTC


README

this is a test task this extension aimed to track changes in models and store in in db

Model Tracker

an extension for yii2 to track attirbutes changes in selected models

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist vaum/ "*"

or add

"vaum/": "*"

to the require section of your composer.json file.

Usage

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

<?php  ?>