PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ruturaj Maniyar   YII2 PHP Audit Log   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YII2 PHP Audit Log
Create logs to track changes in database records
Author: By
Last change:
Date: 4 years ago
Size: 556 bytes
 

Contents

Class file image Download
{ "name": "ruturajmaniyar/yii2-audit-log", "description": "Yii2 audit record and database changes details ", "type": "yii2-extension", "keywords": [ "yii2", "extension", "ruturaj", "maniyar", "ruturajmaniyar", "audit", "trail", "auditlog" ], "license": "BSD-3-Clause", "authors": [ { "name": "Ruturaj Maniyar", "email": "ruturaj.maniyar@gmail.com" } ], "require": { "yiisoft/yii2": "~2.0.0" }, "autoload": { "psr-4": { "ruturajmaniyar\\mod\\audit\\": "src" } } }