Skip to content

phpwebclient/cache-adapter-psr-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Latest Stable Version Total Downloads License PHP

webclient/cache-adapter-psr-cache

psr/cache adapter for webclient/cache-contract

Install

Install this package and your favorite psr-6 implementation.

Install this package

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

Usage

<?php

/** @var \Psr\Cache\CacheItemPoolInterface $psrCache */
$psrCacheAdapter = new \Webclient\Cache\Adapter\PsrCache\PsrCacheAdapter($psrCache);

About

PSR-6 adapter for webclient/cache-contract

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages