Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rapidwebltd/rw-file-cache-psr-6
- Owner: rapidwebltd
- License: lgpl-3.0
- Created: 2018-01-04T09:24:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T17:04:25.000Z (almost 7 years ago)
- Last Synced: 2024-05-03T00:19:08.216Z (8 months ago)
- Topics: cache, caching, file-cache, php, psr-6
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```