Skip to content

phpwebclient/cache-adapter-psr-simple-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads License PHP

webclient/cache-adapter-psr-simple-cache

psr/simple-cache adapter for webclient/cache-contract

Install

Install this package and your favorite psr-16 implementation.

Install this package

composer require webclient/cache-adapter-psr-simple-cache:^3.0

Usage

<?php

/** @var \Psr\SimpleCache\CacheInterface $psrSimpleCache */
$psrCacheAdapter = new \Webclient\Cache\Adapter\PsrSimpleCache\PsrSimpleCacheAdapter($psrSimpleCache);