chadicus/psr-cache-helper

该包已被弃用,不再维护。作者建议使用subjective-php/psr-cache-helper包。

辅助PSR-16简单缓存实现的工具

v1.1.1 2018-09-24 23:07 UTC

This package is auto-updated.

Last update: 2022-02-01 13:07:18 UTC


README

Build Status Scrutinizer Code Quality Coverage Status

Latest Stable Version Latest Unstable Version License

Total Downloads Daily Downloads Monthly Downloads

辅助PSR-16 SimpleCache实现的工具。

要求

需要PHP 7.0(或更高版本)。

Composer

要作为本地项目依赖项添加库,请使用Composer!只需将subjective-php/psr-cache-helper依赖项添加到项目的composer.json文件中,例如

composer require subjective-php/psr-cache-helper

联系

开发者可通过以下方式联系

项目构建

通过检出代码,在PATH中安装Composer并运行

composer install
./vendor/bin/phpunit
./vendor/bin/phpcs