PHP Classes
elePHPant
Icontem

React PHP PSR Cache Bridge: Provides PSR compliant cache interface using React

Recommend this page to a friend!
  Info   View files Documentation   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2019-03-03 (2 days ago) RSS 2.0 feedNot yet rated by the usersTotal: Not yet counted Not yet ranked
Version License PHP version Categories
php-react-psr-cache- 1.0Custom (specified...5PHP 5, Cache, PSR
Description Author

This class provides PSR compliant cache interface using React PHP.

It is a class that implements the React PHP cache interface in a way that it works like all classes that implement the PSR-6 cache specification.

  Performance   Level  
Name: Niko <contact>
Classes: 3 packages by
Country: Finland Finland

Details

ReactPHP PSR Cache Bridge

Bridge between React cache and PSR caching implementation.

Install

Via composer:

composer require niko9911/react-psr-cache-bridge

Usage

Will work like normal PHP bridge.

Example:

<?php
declare(strict_types=1);

$psr = new Cache(); // Object implementing PSR Cache.
$react = new \Niko9911\React\Cache\Bridge\ReactPsrCacheBridge($psr); 

License

Licensed under the MIT license.

  Files folder image Files  
File Role Description
Files folder imagescripts (1 file)
Files folder imagesrc (1 directory)
Accessible without login Plain text file .php_cs.dist Example Example script
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpunit.xml.dist Data Auxiliary data
Accessible without login Plain text file README.md Doc. Read me

  Files folder image Files  /  scripts  
File Role Description
  Accessible without login Plain text file composer.sh Data Auxiliary data

  Files folder image Files  /  src  
File Role Description
Files folder imageCache (1 directory)

  Files folder image Files  /  src  /  Cache  
File Role Description
Files folder imageBridge (1 file)

  Files folder image Files  /  src  /  Cache  /  Bridge  
File Role Description
  Plain text file ReactPsrCacheBridge.php Class Class source

 Version Control Unique User Downloads  
 100%
Total:0
This week:0