2017 © Pedro Peláez
 

library simple-cache-bridge

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

image

cache/simple-cache-bridge

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

  • Wednesday, June 6, 2018
  • by Nyholm
  • Repository
  • 4 Watchers
  • 11 Stars
  • 31,759 Installations
  • PHP
  • 11 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 63 % Grown

The README.md

PSR-6 to PSR-16 Bridge (Simple cache)

Gitter Latest Stable Version codecov.io Total Downloads Monthly Downloads Software License, (*1)

This is a bridge that converts a PSR-6 cache implementation to PSR-16 (SimpleCache). It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at www.php-cache.com., (*2)

Install

composer require cache/simple-cache-bridge

Use

You need an existing PSR-6 pool as a constructor argument to the bridge., (*3)

$psr6pool = new ArrayCachePool();
$simpleCache = new SimpleCacheBridge($psr6pool);

Contribute

Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker., (*4)

The Versions

06/06 2018

dev-master

9999999-dev http://www.php-cache.com/en/latest/

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 bridge psr-16

16/07 2017

1.0.0

1.0.0.0 http://www.php-cache.com/en/latest/

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 bridge psr-16

13/03 2017

0.1.1

0.1.1.0 http://www.php-cache.com/en/latest/

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 bridge psr-16

05/01 2017

0.1.0

0.1.0.0 http://www.php-cache.com/en/latest/

A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 bridge psr-16