Downloads

Be sure to read the Installation Guide.

Composer

Download using composer by running the following command:

$ composer require --prefer-dist bedezign/yii2-audit:"^1.0"

Or add a require line to your composer.json:

{
    "require": {
        "bedezign/yii2-audit": "^1.0"
    }
}

Git Clone

clone url: git@github.com:bedezign/yii2-audit.git or https://github.com/bedezign/yii2-audit.git

git clone git@github.com:bedezign/yii2-audit.git
git clone https://github.com/bedezign/yii2-audit.git

Archives