rbt-redis / yii2-rbtredis
RBT Redis Component
1.0.0
2017-09-25 12:35 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-18 10:54:20 UTC
README
RBT Redis Component
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rbt-redis/yii2-rbtredis "*"
or add
"rbt-redis/yii2-rbtredis": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \rbt\rbtredis\AutoloadExample::widget(); ?>```