PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Insolita   yii2-arsync   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: yii2-arsync
Add new behaviors to active record actions
Author: By
Last change:
Date: 1 year ago
Size: 789 bytes
 

Contents

Class file image Download
{ "name": "insolita/yii2-arsync", "description": "This behavior for automatic or manual sync data between two models, without declaration relation. This behavior must be attached on master model. Main purposes - for sync rarely modified data from more reliable database storage to redis storage for frequently access; Support actual data state in some development cases;", "type": "yii2-extension", "keywords": ["yii2","extension"," redis"," activerecord"," synchronization"," sync"], "license": "MIT", "authors": [ { "name": "insolita", "email": "webmaster100500@ya.ru" } ], "require": { "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "insolita\\arsync\\": "" } } }