PHPackages                             julienlinard/php-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. julienlinard/php-cache

ActiveLibrary[Caching](/categories/caching)

julienlinard/php-cache
======================

Système de cache moderne et sécurisé pour PHP 8+ avec support de multiples drivers (File, Redis, Memcached, Array), tags, TTL et invalidation

1.0.2(5mo ago)21781MITPHPPHP &gt;=8.0

Since Nov 24Pushed 3mo agoCompare

[ Source](https://github.com/julien-lin/php-cache)[ Packagist](https://packagist.org/packages/julienlinard/php-cache)[ Docs](https://github.com/julien-lin/php-cache)[ RSS](/packages/julienlinard-php-cache/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

PHP Cache
=========

[](#php-cache)

[🇫🇷 Read in French](README.fr.md) | [🇬🇧 Read in English](README.md)

💝 Support the project
---------------------

[](#-support-the-project)

If this package is useful to you, consider [becoming a sponsor](https://github.com/sponsors/julien-lin) to support the development and maintenance of this open source project.

---

A modern and secure caching system for PHP 8+ with support for multiple drivers (File, Redis, Memcached, Array), tags, TTL, and invalidation.

🚀 Installation
--------------

[](#-installation)

```
composer require julienlinard/php-cache
```

**Requirements**: PHP 8.0 or higher

⚡ Quick Start
-------------

[](#-quick-start)

### Basic Configuration

[](#basic-configuration)

```
