vaninsky / yii2-rlock
Extend models: lockable by redis & translatable
dev-master / 0.3.5.x-dev
2018-10-21 18:17 UTC
Requires
- php: >=7.1
- yiisoft/yii2: *
- yiisoft/yii2-redis: ^2.0
This package is auto-updated.
Last update: 2026-03-22 10:58:44 UTC
README
Extend models: lockable by Redis & translatable
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist vaninsky/yii2-rlock "*"
or add
"vaninsky/yii2-rlock": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :