psrphp/psr16

psr16的基本实现

1.0.1 2023-07-21 02:58 UTC

This package is auto-updated.

Last update: 2024-04-21 04:31:13 UTC


README

psr16实现

安装

composer require psrphp/psr16

用例

$cache = new \PsrPHP\Psr16\NullAdapter;
$cache = new \PsrPHP\Psr16\LocalAdapter('./cache');

$cache->...