PHPackages                             pixelopen/kirby-asset-version - 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. pixelopen/kirby-asset-version

ActiveKirby-plugin

pixelopen/kirby-asset-version
=============================

A plugin for Kirby CMS to add modification timestamps to css and js files

1.1.0(11mo ago)2636↑15.4%MITPHPPHP &gt;=8.0.0CI passing

Since Sep 25Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/Pixel-Open/kirby-asset-version)[ Packagist](https://packagist.org/packages/pixelopen/kirby-asset-version)[ Docs](https://github.com/Pixel-Open/kirby-asset-version)[ RSS](/packages/pixelopen-kirby-asset-version/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Asset version plugin for Kirby CMS
==================================

[](#asset-version-plugin-for-kirby-cms)

[![GitHub release (with filter)](https://camo.githubusercontent.com/6aaceeda861fbf1482bd9184b0b233cbdfb4906e63879a7c79abc180bc43739b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f506978656c2d4f70656e2f6b697262792d61737365742d76657273696f6e)](https://camo.githubusercontent.com/6aaceeda861fbf1482bd9184b0b233cbdfb4906e63879a7c79abc180bc43739b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f506978656c2d4f70656e2f6b697262792d61737365742d76657273696f6e)[![Dependency](https://camo.githubusercontent.com/80261deac0a7e12b32dd0b7f9d1b4145ac5dec4ba59b8ca90c3115079791e2a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6b697262792d332e392f342e302f352e302d6363613030302e737667)](https://getkirby.com/)[![Quality](https://camo.githubusercontent.com/cdb6a220ef140431004b59adc53503adb16ba4048d7d6167b827dbb04da433ff/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d506978656c2d4f70656e5f6b697262792d61737365742d76657273696f6e266d65747269633d616c6572745f737461747573)](https://sonarcloud.io/summary/new_code?id=Pixel-Open_kirby-asset-version)

A plugin for [Kirby CMS](http://getkirby.com) to add modification timestamps to your assets files (js and css), as long as they are embedded with the css() and js() helpers.

This plugin is a fork on cachebuster developped by Timo Schneider :

We have simplified it at the code level and above all, asset versioning does not require URL rewriting, it is Apache and nginx compatible

Commercial Usage
----------------

[](#commercial-usage)

This plugin is free but if you use it in a commercial project please consider

- [making a donation](https://www.paypal.me/schnti/5) for Timo Schneider

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

[](#installation)

### Download

[](#download)

[Download the files](https://github.com/Pixel-Open/kirby-asset-version/releases) and place them inside `site/plugins/asset-version`.

### Composer

[](#composer)

```
composer require pixelopen/kirby-asset-version

```

### Git Submodule

[](#git-submodule)

You can add the plugin as a Git submodule.

```
$ cd your/project/root
$ git submodule add https://github.com/Pixel-Open/kirby-asset-version.git site/plugins/asset-version
$ git submodule update --init --recursive
$ git commit -am "Add Kirby asset version plugin"

```

Run these commands to update the plugin:

```
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive

```

Options
-------

[](#options)

You can disable the plugin with the following line in your `/site/config/config.php`:

```
return [
  'pixelopen.asset-version.active' => false,
];
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance50

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

355d ago

PHP version history (2 changes)1.0.2PHP &gt;=8.0.0 &lt;8.4.0

1.1.0PHP &gt;=8.0.0

### Community

Maintainers

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

---

Top Contributors

[![matthieu2607](https://avatars.githubusercontent.com/u/14790414?v=4)](https://github.com/matthieu2607 "matthieu2607 (23 commits)")

---

Tags

kirby-pluginkirby-pluginkirby-cms

###  Code Quality

TestsPHPUnit

Code StyleECS

### Embed Badge

![Health badge](/badges/pixelopen-kirby-asset-version/health.svg)

```
[![Health](https://phpackages.com/badges/pixelopen-kirby-asset-version/health.svg)](https://phpackages.com/packages/pixelopen-kirby-asset-version)
```

###  Alternatives

[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8713.4k](/packages/belugadigital-kirby-navigation)[bnomei/kirby3-janitor

Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob

9339.9k2](/packages/bnomei-kirby3-janitor)[bnomei/kirby3-feed

Generate a Atom/JSON/RSS-Feed and XML-Sitemap from Pages-Collections

7224.8k](/packages/bnomei-kirby3-feed)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4144.1k1](/packages/bnomei-kirby3-dotenv)[bnomei/kirby3-fingerprint

File Method and css/js helper to add cache-busting hash and optional Subresource Integrity to file

4130.5k1](/packages/bnomei-kirby3-fingerprint)[timnarr/kirby-imagex

Modern images for Kirby CMS – This plugin helps you orchestrate modern, responsive and performant images in Kirby

797.5k1](/packages/timnarr-kirby-imagex)

PHPackages © 2026

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