PHPackages                             esokullu/react-cache-filesystem - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. esokullu/react-cache-filesystem

ActiveLibrary[Caching](/categories/caching)

esokullu/react-cache-filesystem
===============================

Store cache items on the filesystem

037PHP

Since Oct 13Pushed 6y agoCompare

[ Source](https://github.com/esokullu/reactphp-cache-filesystem)[ Packagist](https://packagist.org/packages/esokullu/react-cache-filesystem)[ RSS](/packages/esokullu-react-cache-filesystem/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Filesystem cache implementation for react/cache
===============================================

[](#filesystem-cache-implementation-for-reactcache)

[![Build Status](https://camo.githubusercontent.com/4fb25cc754fe6d1716f23de68e084f69dcafa4e12834e66db3458fa444181f0e/68747470733a2f2f7472617669732d63692e6f72672f57797269486178696d75732f72656163747068702d63616368652d66696c6573797374656d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/WyriHaximus/reactphp-cache-filesystem)[![Latest Stable Version](https://camo.githubusercontent.com/612d757013984c6df3875c44775f73a39dac48f752d2a4d6426e4ac946084352/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d63616368652d66696c6573797374656d2f762f737461626c652e706e67)](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)[![Total Downloads](https://camo.githubusercontent.com/c91ff02e6ed38f3aa5e0c982157f502dfbb0abf6c4d31276e6d2d7451e083b04/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d63616368652d66696c6573797374656d2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)[![Code Coverage](https://camo.githubusercontent.com/2159e69d486b635709cda0f6198c2e7ea3adfaaea4012d153f8da871fbc81fd4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57797269486178696d75732f72656163747068702d63616368652d66696c6573797374656d2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-cache-filesystem/?branch=master)[![License](https://camo.githubusercontent.com/e0256765e9885bc3170a9efe764cce8190f1d1ddebc99ca44787bd5b8e7a1ea8/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d63616368652d66696c6573797374656d2f6c6963656e73652e706e67)](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)[![PHP 7 ready](https://camo.githubusercontent.com/93d0eca00f168b0551d8a36dd35129aefcefd30a0db1f309395eb439c10b9219/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f57797269486178696d75732f72656163747068702d63616368652d66696c6573797374656d2f62616467652e737667)](https://travis-ci.org/WyriHaximus/reactphp-cache-filesystem)

Use filesystem as a cache, implementing the [react/cache interface](https://github.com/reactphp/cache)

Installation
============

[](#installation)

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```
composer require wyrihaximus/react-cache-filesystem

```

Usage
=====

[](#usage)

```
