PSR-16 Cache for Yii2 ¶
This package provides simple mechanism base PSR-16 Simple Cache for Yii2.
Installation ¶
To install, use composer:
composer require bestyii/yii2-psr16cache
Testing ¶
$ ./vendor/bin/phpunit
Usage ¶
Define it as a component in your plugin
`
php
'components' => [
'psr16cache' => [
'class' => bestyii\psr16cache\SimpleCacheAdapter::class
]
]
`
Credits ¶
License ¶
The BSD 3-Clause License. Please see License File for more information.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.