PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 PHP Record Audit Trail   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: D3 PHP Record Audit Trail
Keep track of changes to model object data values
Author: By
Last change:
Date: 3 years ago
Size: 564 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/d3audittrail", "description": "Show audit trail data", "type": "library", "keywords": ["yii2","audittrail"], "license": "BSD-4-Clause", "authors": [ { "name": "Uldis Nelsons", "email": "uldis@weberp.lv", "role": "Developer", "homepage": "http://www.weberp.lv/" } ], "require": { "yiisoft/yii2": "*", "sammaye/yii2-audittrail": "*" }, "autoload": { "psr-4": { "d3yii2\\d3audittrail\\": "" } } }