2017 © Pedro Peláez
 

library illuminate-adapter

A PSR-6 cache implementation using Illuminate. This implementation supports tags

image

cache/illuminate-adapter

A PSR-6 cache implementation using Illuminate. This implementation supports tags

  • Wednesday, June 6, 2018
  • by Nyholm
  • Repository
  • 3 Watchers
  • 4 Stars
  • 3,561 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 76 % Grown

The README.md

Illuminate PSR-6 Cache pool

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

This is a PSR-6 cache implementation using Illuminate cache. 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)

This is a PSR-6 to Illuminate bridge., (*3)

Install

composer require cache/illuminate-adapter

Use

use Illuminate\Cache\ArrayStore;
use Cache\Adapter\Illuminate\IlluminateCachePool;

// Create an instance of an Illuminate's Store
$store = new ArrayStore();

// Wrap the Illuminate's store with the PSR-6 adapter
$pool = new IlluminateCachePool($store);

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
19/11 2017

0.2.0

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

A PSR-6 cache implementation using Illuminate. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cache illuminate tag psr-6

16/07 2017

0.1.0

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

A PSR-6 cache implementation using Illuminate. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cache illuminate tag psr-6