PHPackages                             sarahman/json-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/json-filesystem-cache

ActiveUtility[Caching](/categories/caching)

sarahman/json-filesystem-cache
==============================

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

1.0.0(7y ago)223MITPHP

Since Mar 31Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

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

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

### v1.0.0

[](#v100)

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)

This library is installed via [Composer](http://getcomposer.org). To install,

- simply add to your `composer.json` file: `"sarahman/json-filesystem-cache": "^1.0"`

OR

- run this command:

```
$ composer require sarahman/sarahman/json-filesystem-cache

```

#### Usages

[](#usages)

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

```
