IvoPereira / botman-yii2-cache

Yii2 cache for Botman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

botman-yii2-cache

Yii2 Cache for Botman

Note

This extension works only with in a Yii2 project, because Yii doesn't have a separate module (i.e. repo) for its caching mechanism. It's bundled in the core yiisoft/yii2 package.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require daveferger/botman-yii2-cache "dev-master"

or add

"daveferger/botman-yii2-cache": "dev-master"

to the require section of your composer.json file.


Thanks

original Yii2Cache Class created by machour

About

Yii2 cache for Botman

License:MIT License


Languages

Language:PHP 100.0%