Skip to content

Files

Latest commit

 

History

History
25 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.22 KB

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);