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

ActiveTypo3-flow-package[Caching](/categories/caching)

opsdev/cache-breaker
====================

Create link to static resources with cache-breaking segment based on md5 of the file

5.0.1(4y ago)411.6k3[1 issues](https://github.com/mrimann/CacheBreaker/issues)MITPHPPHP ^8.0

Since Nov 4Pushed 2y ago3 watchersCompare

[ Source](https://github.com/mrimann/CacheBreaker)[ Packagist](https://packagist.org/packages/opsdev/cache-breaker)[ RSS](/packages/opsdev-cache-breaker/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (1)Versions (15)Used By (0)

OpsDev.CacheBreaker
===================

[](#opsdevcachebreaker)

This package provides a ViewHelper and a Fusion object that work like their original counterparts, but appending cache breaking segment based on the file's md5.

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

[](#installation)

Require the package via composer:

```
composer require "opsdev/cache-breaker"

```

Usage
-----

[](#usage)

### Use as a Fluid ViewHelper

[](#use-as-a-fluid-viewhelper)

```
{namespace opsdev=OpsDev\CacheBreaker\ViewHelpers}

```

### Use as a Fusion object

[](#use-as-a-fusion-object)

```
stylesheets.index = T:Tag {
    tagName = 'link'
    attributes {
        href = OpsDev.CacheBreaker:ResourceUri {
            path = 'path/to/your/file.css'
            package = 'Vendor.YourPackageName'
        }
        type = 'text/css'
        rel = 'stylesheet'
    }
}

```

Credits
-------

[](#credits)

The development of this package is partially sponsored by [CodeQ](http://codeq.at) web factory, [St Philaret Christian Orthodox Institute](http://psmb.github.io/) and [internezzo ag](https://www.internezzo.ch/).

Also the following persons have contributed to this package - thanks!

- Dimitri Pisarev
- Simon Schaufelberger
- Guang Ha

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~169 days

Recently: every ~456 days

Total

12

Last Release

1559d ago

Major Versions

1.0.0 → 2.0.22017-02-21

v1.0.x-dev → 2.0.32017-03-21

2.0.3 → 3.0.02017-03-23

v3.0.x-dev → v4.0.x-dev2018-11-15

4.0.0 → 5.0.02022-03-24

### Community

Maintainers

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

---

Top Contributors

[![mrimann](https://avatars.githubusercontent.com/u/1093784?v=4)](https://github.com/mrimann "mrimann (13 commits)")[![dimaip](https://avatars.githubusercontent.com/u/837032?v=4)](https://github.com/dimaip "dimaip (7 commits)")[![simonschaufi](https://avatars.githubusercontent.com/u/941794?v=4)](https://github.com/simonschaufi "simonschaufi (6 commits)")

---

Tags

performancecacheassetsflowNeos

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[putyourlightson/craft-blitz

Intelligent static page caching for creating lightning-fast sites.

155480.1k36](/packages/putyourlightson-craft-blitz)[anahkiasen/flatten

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

33113.0k](/packages/anahkiasen-flatten)[rarst/fragment-cache

WordPress plugin for partial and async caching of heavy front-end elements.

14015.3k2](/packages/rarst-fragment-cache)[silverstripe/staticpublishqueue

Static publishing queue to create static versions of pages for enhanced performance and security

44140.1k6](/packages/silverstripe-staticpublishqueue)[maartenstaa/laravel-41-route-caching

This package allows you to cache your routes definitions, thereby speeding up each request.

25378.0k](/packages/maartenstaa-laravel-41-route-caching)

PHPackages © 2026

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