PHPackages                             ark/filecache - 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. ark/filecache

ActiveLibrary[Caching](/categories/caching)

ark/filecache
=============

Cache with file system

v0.1.0(11y ago)610.8k↓25%1MITPHP

Since Mar 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/arkphp/filecache)[ Packagist](https://packagist.org/packages/ark/filecache)[ RSS](/packages/ark-filecache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (1)

filecache [![Build Status](https://camo.githubusercontent.com/27d406f73065e5832a2d8609c90cd12bf477db2c92912d271cfc545123fa0db2/68747470733a2f2f7472617669732d63692e6f72672f61726b7068702f66696c6563616368652e706e67)](https://travis-ci.org/arkphp/filecache)
=============================================================================================================================================================================================================================================================

[](#filecache-)

Cache with file system.

Why File Cache?
---------------

[](#why-file-cache)

In cases you don't want to have other dependencies or don't want to waste your RAM.

Features
--------

[](#features)

- Compression with `gzcompress`
- Expiration
- Multi level cache directories

Installation
------------

[](#installation)

```
composer require ark/filecache

```

Usage
-----

[](#usage)

```
