PHPackages                             cakedc/cakephp-compress-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. cakedc/cakephp-compress-cache

ActiveCakephp-plugin[Caching](/categories/caching)

cakedc/cakephp-compress-cache
=============================

CompressCache plugin for CakePHP

2.0.0(10mo ago)00MITPHPPHP &gt;=8.1.0,&lt;9CI passing

Since Sep 5Pushed 10mo agoCompare

[ Source](https://github.com/CakeDC/cakephp-compress-cache)[ Packagist](https://packagist.org/packages/cakedc/cakephp-compress-cache)[ Docs](https://github.com/CakeDC/cakephp-compress-cache)[ RSS](/packages/cakedc-cakephp-compress-cache/feed)WikiDiscussions 1.next-cake4 Synced today

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

CakeDC Compress Cache Plugin for CakePHP
========================================

[](#cakedc-compress-cache-plugin-for-cakephp)

Versions and branches
---------------------

[](#versions-and-branches)

CakePHPCakeDC Compress Cache PluginTagNotes^5.0[2.0.0](https://github.com/CakeDC/cakephp-compress-cache/tree/2.next-cake5)2.0.0stable^4.5[1.0.0](https://github.com/CakeDC/cakephp-compress-cache/tree/1.next-cake4)1.0.0stableOverview
--------

[](#overview)

The CakeDC Compress Cache Plugin adds the ability to compress the content of the cache.

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

[](#requirements)

- CakePHP 4.5
- PHP 8.1+

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer package is:

```
composer require cakedc/cakephp-compress-cache

```

Next, load the plugin by running the following command:

```
bin/cake plugin load CakeDC/CompressCache
```

Configuration
-------------

[](#configuration)

To configure the cache to use the Compressed Cache Engine, create a configuration similar to the one below in your `config/app.php` file. Include the configuration for your target cache engine in the wrapped key.

```
// ...
    'Cache' => [
        // ...

        'your_cache_configuration' => [
            'className' => \CakeDC\CompressCache\Cache\Engine\CompressEngine::class,
            'wrapped' => [
                'className' => \Cake\Cache\Engine\FileEngine::class,
                'prefix' => 'myapp_your_cache_configuration_',
                'path' => CACHE ,
                'serialize' => true,
                'duration' => '+1 years',
                'url' => env('CACHE_YOUR_CACHE_CONFIGURATION_URL', null),
            ],
            'duration' => '+24 hours',
        ],

        // ...
    ],
// ...
```

The Compressed Cache Engine will compress data before storing it in the cache and decompress it when reading it from the cache.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance55

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

301d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/204531?v=4)[Cake Development Corporation](/maintainers/CakeDC)[@CakeDC](https://github.com/CakeDC)

---

Top Contributors

[![arusinowski](https://avatars.githubusercontent.com/u/1587389?v=4)](https://github.com/arusinowski "arusinowski (2 commits)")

---

Tags

cakephpcachecompresscompress cache

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cakedc-cakephp-compress-cache/health.svg)

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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