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

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

deichrakete/kirby-cache
=======================

1.0.0(1y ago)118↓33.3%MITPHP

Since Dec 19Pushed 1y ago2 watchersCompare

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

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

Simple Kirby cache plugin
=========================

[](#simple-kirby-cache-plugin)

This is a simple cache plugin for Kirby, a file-based CMS. At the moment it allows you to add a cache-buster for the `css()` and `js()` functions.

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

[](#installation)

1. Download the plugin files.
2. Copy the `cache` folder into the `site/plugins` directory of your Kirby installation or
    - `composer require deichrakete/kirby-cache` or
    - `git submodule add https://github.com/deichrakete/kirby-cache.git site/plugins/cache`
3. The plugin is enabled by default

Config options
--------------

[](#config-options)

```
# everything is true by default
'deichrakete.cache.options' => [
  'buster' => [
    'css' => false,
    'js' => false,
  ]
]
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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 ~272 days

Total

2

Last Release

599d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57adc97a9450c99bb6c9ffe0a2fe0ff975b8182f2caa42d8301a90c856cb0c14?d=identicon)[deichrakete](/maintainers/deichrakete)

---

Top Contributors

[![dorb4n](https://avatars.githubusercontent.com/u/6552639?v=4)](https://github.com/dorb4n "dorb4n (10 commits)")

### Embed Badge

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

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

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)[amphp/redis

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

165634.7k44](/packages/amphp-redis)

PHPackages © 2026

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