| {
    "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": "[email protected] "
        }
    ],
    "require": {
        "yiisoft/yii2": "*"
    },
    "autoload": {
        "psr-4": {
            "insolita\\arsync\\": ""
        }
    }
}
 |