PHPackages                             gueff/cachix - 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. gueff/cachix

ActiveLibrary[Caching](/categories/caching)

gueff/cachix
============

A simple PHP Caching Class working with files

1.0.2(3y ago)53.2kGPL-3.0-or-laterPHPPHP &gt;=7.0

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gueff/cachix)[ Packagist](https://packagist.org/packages/gueff/cachix)[ Docs](https://github.com/gueff/cachix)[ RSS](/packages/gueff-cachix/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Cachix
======

[](#cachix)

A simple PHP Caching Class working with files

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4
- Linux commands `rm`, `find` and `grep` to be executable via PHP's `shell_exec` command

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

[](#installation)

create the composer.json file with following content:

```
{
    "require": {
        "gueff/cachix":"1.0.2"
    }
}

```

run installation

```
$ composer install

```

Usage
-----

[](#usage)

```
