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

ActiveLibrary[Caching](/categories/caching)

ppi/cache-module
================

PPI2 Cache component

1.0(10y ago)21.1k1MITPHP

Since Aug 18Pushed 10y ago3 watchersCompare

[ Source](https://github.com/ppi/ppi-cache-module)[ Packagist](https://packagist.org/packages/ppi/cache-module)[ Docs](http://www.ppi.io)[ RSS](/packages/ppi-cache-module/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

PPI Cache Module
================

[](#ppi-cache-module)

PPI2 Cache component.

[![Build Status](https://camo.githubusercontent.com/8b97a3ba54be92651e569e812815c535a422bdc74372ed1e1fd992b0730c5f52/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7070692f7070692d63616368652d6d6f64756c652e706e67)](http://travis-ci.org/ppi/ppi-cache-module)

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

[](#requirements)

- [PHP](http://php.net/ "PHP: Hypertext Preprocessor") 5.3.3 and up
- [PPI Framework 2](http://ppi.io/ "PPI Framework - The PHP Meta Framework!") (2.1.x)

Installation (Composer)
-----------------------

[](#installation-composer)

### 0. Install Composer

[](#0-install-composer)

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php
```

### 1. Add this package to your composer.json

[](#1-add-this-package-to-your-composerjson)

```
{
    "require": {
        "ppi/cache-module": "dev-master"
    }
}
```

Now tell composer to download the module by running the command:

```
$ php composer.phar update ppi/cache-module
```

Composer will install the module to your project's `vendor/ppi` directory.

### 2. Enable the module

[](#2-enable-the-module)

Enable this module by editing `app/config/modules.yml`:

```
modules:
    - PPI\CacheModule
    # ...
```

License
-------

[](#license)

This module is licensed under the MIT License. See the [LICENSE file](https://github.com/ppi/ppi-cache-module/blob/master/LICENSE) for details.

Authors
-------

[](#authors)

- Paul Dragoonis -  ~ [twitter.com/dr4goonis](http://twitter.com/dr4goonis)
- Vítor Brandão -  ~ [twitter.com/noiselabs](http://twitter.com/noiselabs)

See also the list of [contributors](https://github.com/ppi/ppi-cache-module/contributors) who participated in this project.

Submitting bugs and feature requests
------------------------------------

[](#submitting-bugs-and-feature-requests)

Bugs and feature requests are tracked on [GitHub](https://github.com/ppi/ppi-cache-module/issues).

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 53.8% 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

Unknown

Total

1

Last Release

3969d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9025c7b030862eabb8877bfe173b2358db04463e16d50703c6d9287e55fe5804?d=identicon)[dragoonis](/maintainers/dragoonis)

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

---

Top Contributors

[![vitorbrandao](https://avatars.githubusercontent.com/u/109226?v=4)](https://github.com/vitorbrandao "vitorbrandao (14 commits)")[![dragoonis](https://avatars.githubusercontent.com/u/146321?v=4)](https://github.com/dragoonis "dragoonis (11 commits)")[![alfrekjv](https://avatars.githubusercontent.com/u/695922?v=4)](https://github.com/alfrekjv "alfrekjv (1 commits)")

---

Tags

ppicache

### Embed Badge

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

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

###  Alternatives

[psr/simple-cache

Common interfaces for simple caching

8.1k772.9M2.7k](/packages/psr-simple-cache)[psr/cache

Common interface for caching libraries

5.2k726.4M1.7k](/packages/psr-cache)[react/cache

Async, Promise-based cache interface for ReactPHP

445131.2M46](/packages/react-cache)[beste/in-memory-cache

A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.

2515.9M12](/packages/beste-in-memory-cache)[fastd/fastd

A High Performance API Framework By Swoole Extension

42015.5k18](/packages/fastd-fastd)[anahkiasen/flatten

A package for the Illuminate framework that flattens pages to plain HTML

33113.0k](/packages/anahkiasen-flatten)

PHPackages © 2026

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