PHPackages                             aportela/simple-fs-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. aportela/simple-fs-cache

ActiveLibrary[Caching](/categories/caching)

aportela/simple-fs-cache
========================

Custom php filesystem cache

2.0.5(5mo ago)01635AGPL-3.0-onlyPHPPHP &gt;=8.4CI passing

Since Oct 31Pushed 5mo agoCompare

[ Source](https://github.com/aportela/simple-fs-cache)[ Packagist](https://packagist.org/packages/aportela/simple-fs-cache)[ Docs](https://github.com/aportela/simple-fs-cache)[ RSS](/packages/aportela-simple-fs-cache/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (16)Used By (5)

simple-fs-cache
===============

[](#simple-fs-cache)

This is a simple library to store and retrieve data from a disk cache (I'm sure there are more serious alternatives but this is my tiny approach to be used in some of my personal projects, should not be taken too seriously). The implementation complies with the definition in [PSR-16: Common Interface for Caching Libraries](https://www.php-fig.org/psr/psr-16/)

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

[](#requirements)

- mininum php version 8.4

Install (composer) dependencies:
--------------------------------

[](#install-composer-dependencies)

```
composer require aportela/simple-fs-cache
```

Code example:
-------------

[](#code-example)

```
