PHPackages                             sarahman/simple-filesystem-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. sarahman/simple-filesystem-cache

ActiveLibrary[Caching](/categories/caching)

sarahman/simple-filesystem-cache
================================

Simple file system cache library for PHP built on top of PSR-16.

1.0.2(5y ago)7148.8k↓49.4%22MITPHPCI failing

Since Mar 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sarahman/simple-filesystem-cache)[ Packagist](https://packagist.org/packages/sarahman/simple-filesystem-cache)[ RSS](/packages/sarahman-simple-filesystem-cache/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (2)

Simple Cache Client Adapter
---------------------------

[](#simple-cache-client-adapter)

PHP Cache library built by PSR-16 simple cache interface

You can find implementations of the specification by looking for packages providing the psr/simple-cache-implementation virtual package.

#### Installation

[](#installation)

- Run this command: `composer require sarahman/simple-filesystem-cache`

#### Usages

[](#usages)

- Create a file named `test.php` in your root directory and add these following codes:

```
