https://github.com/wyrihaximus/reactphp-cache-filesystem
https://github.com/wyrihaximus/reactphp-cache-filesystem
hacktoberfest php reactphp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wyrihaximus/reactphp-cache-filesystem
- Owner: WyriHaximus
- License: mit
- Created: 2016-05-14T10:22:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T05:37:38.000Z (over 2 years ago)
- Last Synced: 2024-10-11T11:24:20.576Z (over 1 year ago)
- Topics: hacktoberfest, php, reactphp
- Language: PHP
- Size: 119 KB
- Stars: 4
- Watchers: 4
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Filesystem cache implementation for react/cache
[](https://travis-ci.org/WyriHaximus/reactphp-cache-filesystem)
[](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)
[](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)
[](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-cache-filesystem/?branch=master)
[](https://packagist.org/packages/WyriHaximus/react-cache-filesystem)
[](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