Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rapidwebltd/rw-file-cache-psr-6

🗄 PSR-6 adapter for RW File Cache
https://github.com/rapidwebltd/rw-file-cache-psr-6

cache caching file-cache php psr-6

Last synced: about 1 month ago
JSON representation

🗄 PSR-6 adapter for RW File Cache

Awesome Lists containing this project

README

        

# PSR-6 adapter for RW File Cache

[![Build Status](https://travis-ci.org/rapidwebltd/RW-File-Cache-PSR-6.svg?branch=master)](https://travis-ci.org/rapidwebltd/RW-File-Cache-PSR-6)
[![Coverage Status](https://coveralls.io/repos/github/rapidwebltd/RW-File-Cache-PSR-6/badge.svg?branch=master)](https://coveralls.io/github/rapidwebltd/RW-File-Cache-PSR-6?branch=master)

This package provides a [PSR-6](http://www.php-fig.org/psr/psr-6/) adapter for [RW File Cache](https://github.com/rapidwebltd/RW-File-Cache).

## Installation

You can install this package easily via Composer. Just run the following command from the root of your project.

```
composer require rapidwebltd/rw-file-cache-psr-6
```