Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2019-03-03 (2 days ago) | | Not yet rated by the users | | Total: Not yet counted | | Not yet ranked |
|
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. | |
|
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.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.