digphp/psr16

psr16的基本实现

1.0.0 2022-03-10 05:51 UTC

This package is auto-updated.

Last update: 2024-05-10 10:45:29 UTC


README

psr16实现

安装

composer require digphp/psr16

用例

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

$cache->...