bestyii/yii2-psr16cache

Yii2 的 PSR-16 缓存

安装: 46

依赖: 0

建议: 0

安全性: 0

星标: 2

关注者: 1

分支: 0

公开问题: 0

类型:yii2-extension

v1.0.0 2022-09-17 06:34 UTC

This package is auto-updated.

Last update: 2024-09-17 11:17:18 UTC


README

Latest Version Software License Coverage Status Quality Score Total Downloads

此包提供基于 PSR-16 简单缓存的简单机制,用于 Yii2。

安装

要安装,请使用 composer

composer require bestyii/yii2-psr16cache

测试

$ ./vendor/bin/phpunit

用法

将其定义为您插件中的组件

'components' => [
    'psr16cache' => [
        'class' => bestyii\psr16cache\SimpleCacheAdapter::class
     ]
]

致谢

许可证

BSD 3-Clause 许可证。请参阅许可证文件以获取更多信息。