flipboxfactory/craft-psr16
最新稳定版本:2.0.0
Composer 安装命令:
composer require flipboxfactory/craft-psr16
包简介
PSR-16 Simple Cache for Craft CMS
README 文档
README
This package provides simple mechanism for PSR-16 Simple Cache via Craft CMS.
Installation
To install, use composer:
composer require flipboxfactory/craft-psr16
Testing
$ ./vendor/bin/phpunit
Usage
Define it as a component in your plugin
'components' => [ 'psr16cache' => [ 'class' => flipbox\craft\psr16\SimpleAdapterCache::class ] ]
or via your composer as an 'extra' definition
"components": { "psr16cache": "flipbox\\craft\\psr16\\SimpleAdapterCache" }
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 12.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-24