bestyii/yii2-psr16cache PSR-16 Cache for Yii2

PSR-16 Cache for Yii2

  1. Installation
  2. Testing
  3. Usage
  4. Credits
  5. License

Latest Version Software License Coverage Status Quality Score Total Downloads

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.

0 0
1 follower
36 downloads
Yii Version: 2.0
License: BSD-3-Clause
Category: Caching
Developed by: Yang
Created on: Sep 17, 2022
Last updated: a year ago
Packagist Profile
Github Repository

Related Extensions