Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wyrihaximus/reactphp-cache-filesystem


https://github.com/wyrihaximus/reactphp-cache-filesystem

hacktoberfest php reactphp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Filesystem cache implementation for react/cache

[![Build Status](https://travis-ci.org/WyriHaximus/reactphp-cache-filesystem.svg?branch=master)](https://travis-ci.org/WyriHaximus/reactphp-cache-filesystem)
[![Latest Stable Version](https://poser.pugx.org/WyriHaximus/react-cache-filesystem/v/stable.png)](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)
[![Total Downloads](https://poser.pugx.org/WyriHaximus/react-cache-filesystem/downloads.png)](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)
[![Code Coverage](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-cache-filesystem/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-cache-filesystem/?branch=master)
[![License](https://poser.pugx.org/WyriHaximus/react-cache-filesystem/license.png)](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)
[![PHP 7 ready](http://php7ready.timesplinter.ch/WyriHaximus/reactphp-cache-filesystem/badge.svg)](https://travis-ci.org/WyriHaximus/reactphp-cache-filesystem)

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

# 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

```php