PHP Classes

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    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 56 This week: 1All time: 10,530 This week: 560Up
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.

Innovation Award
PHP Programming Innovation award nominee
March 2019
Number 3
PSR-6 is a PHP standard recommendation for implementing components that store and retrieve data in storage containers.

This package provides a bridge that can make React PHP cache components work with any cache component compliant with PSR-6 specification.

Manuel Lemos
Picture of Niko
  Performance   Level  
Name: Niko <contact>
Classes: 8 packages by
Country: Finland Finland
Age: ???
All time rank: 29146 in Finland Finland
Week rank: 109 Up2 in Finland Finland Up
Innovation award
Innovation award
Nominee: 5x

Winner: 1x

Documentation

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 Download Rankings  
 100%
Total:56
This week:1
All time:10,530
This week:560Up