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

ActiveLibrary[Caching](/categories/caching)

phpfluent/cache
===============

A conventional project tool for PHP and git.

1.0.3(8y ago)13474BSD-3-ClausePHPPHP &gt;=5.3.2

Since Jan 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/PHPFluent/Cache)[ Packagist](https://packagist.org/packages/phpfluent/cache)[ Docs](http://github.com/PHPFluent/Cache)[ RSS](/packages/phpfluent-cache/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

PHPFluent\\Cache
================

[](#phpfluentcache)

[![Build Status](https://camo.githubusercontent.com/f3574fc6bb7fff25ce0a7ead71e0d9bf06085cab17c79a6c15add1d93e74964b/68747470733a2f2f6170692e7472617669732d63692e6f72672f504850466c75656e742f43616368652e706e67)](https://travis-ci.org/PHPFluent/Cache)

A fluent cache library for PHP built on the shoulders of [Doctrine\\Cache](https://github.com/doctrine/cache).

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

[](#installation)

Package is available on [Packagist](https://packagist.org/packages/phpfluent/cache), you can install it using [Composer](http://getcomposer.org).

```
composer require phpfluent/cache
```

Usage
-----

[](#usage)

```
use PHPFluent\Cache\Cache;

/**
 * @var Doctrine\Common\Cache\Cache $doctrine
 */
$doctrine;

$cache        = new Cache($doctrine);
$cache['foo'] = 'bar'; //Caching the information

echo isset($cache['foo']);
echo $cache['foo'];

unset($cache['foo']);//Deleting the cache
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~366 days

Total

4

Last Release

3077d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/154023?v=4)[Henrique Moody](/maintainers/henriquemoody)[@henriquemoody](https://github.com/henriquemoody)

![](https://www.gravatar.com/avatar/d0ac2250592af3b5a1971d373e9dc5bbc2a3279e3f92045bfbb5abe9eeb4d113?d=identicon)[kinncj](/maintainers/kinncj)

---

Top Contributors

[![kinncj](https://avatars.githubusercontent.com/u/292542?v=4)](https://github.com/kinncj "kinncj (10 commits)")[![henriquemoody](https://avatars.githubusercontent.com/u/154023?v=4)](https://github.com/henriquemoody "henriquemoody (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phpfluent-cache/health.svg)

```
[![Health](https://phpackages.com/badges/phpfluent-cache/health.svg)](https://phpackages.com/packages/phpfluent-cache)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[cache/cache

Library of all the php-cache adapters

2722.7M22](/packages/cache-cache)[roave/doctrine-simplecache

Doctrine Cache adapter for PSR-16 Simple Cache

551.4M1](/packages/roave-doctrine-simplecache)[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[contao-community-alliance/dc-general

Universal data container for Contao

1680.8k92](/packages/contao-community-alliance-dc-general)[chh/cache-service-provider

Provides easy to use caching for Silex applications, built on top of the doctrine/cache package

23164.1k1](/packages/chh-cache-service-provider)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
