1
- # Filesystem PSR-6 Cache pool
2
- [ ![ Latest Stable Version] ( https://poser.pugx.org/cache/filesystem-adapter/v/stable )] ( https://packagist.org/packages/cache/filesystem-adapter ) [ ![ codecov.io] ( https://codecov.io/github/php-cache/filesystem-adapter/coverage.svg?branch=master )] ( https://codecov.io/github/php-cache/filesystem-adapter?branch=master ) [ ![ Build Status] ( https://travis-ci.org/php-cache/filesystem-adapter.svg?branch=master )] ( https://travis-ci.org/php-cache/filesystem-adapter ) [ ![ Total Downloads] ( https://poser.pugx.org/cache/filesystem-adapter/downloads )] ( https://packagist.org/packages/cache/filesystem-adapter ) [ ![ Monthly Downloads] ( https://poser.pugx.org/cache/filesystem-adapter/d/monthly.png )] ( https://packagist.org/packages/cache/filesystem-adapter ) [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
3
-
4
- This is a PSR-6 cache implementation for Filesystem. It is a part of the PHP Cache organization. To read about
1
+ # Filesystem PSR-6 Cache pool
2
+ [ ![ Gitter] ( https://badges.gitter.im/php-cache/cache.svg )] ( https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/cache/filesystem-adapter/v/stable )] ( https://packagist.org/packages/cache/filesystem-adapter )
4
+ [ ![ Total Downloads] ( https://poser.pugx.org/cache/filesystem-adapter/downloads )] ( https://packagist.org/packages/cache/filesystem-adapter )
5
+ [ ![ Monthly Downloads] ( https://poser.pugx.org/cache/filesystem-adapter/d/monthly.png )] ( https://packagist.org/packages/cache/filesystem-adapter )
6
+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
7
+
8
+ This is a PSR-6 cache implementation using Filesystem. It is a part of the PHP Cache organisation. To read about
5
9
features like tagging and hierarchy support please read the shared documentation at [ www.php-cache.com ] ( http://www.php-cache.com ) .
6
10
7
11
This implementation is using the excellent [ Flysystem] ( http://flysystem.thephpleague.com/ ) .
@@ -12,7 +16,7 @@ This implementation is using the excellent [Flysystem](http://flysystem.thephple
12
16
composer require cache/filesystem-adapter
13
17
```
14
18
15
- ### Configure
19
+ ### Use
16
20
17
21
To create an instance of ` FilesystemCachePool ` you need to configure a ` Filesystem ` and its adapter.
18
22
@@ -26,3 +30,8 @@ $filesystem = new Filesystem($filesystemAdapter);
26
30
27
31
$pool = new FilesystemCachePool($filesystem);
28
32
```
33
+
34
+ ### Contribute
35
+
36
+ Contributions are very welcome! Send a pull request to the [ main repository] ( https://github.com/php-cache/cache ) or
37
+ report any issues you find on the [ issue tracker] ( http://issues.php-cache.com ) .
0 commit comments