PHPackages                             outeredge/magento-module-cachebuster - 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. outeredge/magento-module-cachebuster

ActiveMagento-module[Caching](/categories/caching)

outeredge/magento-module-cachebuster
====================================

Magento CacheBuster Module by outer/edge

1.0.6(8y ago)03.8k1MITPHP

Since May 9Pushed 8y ago6 watchersCompare

[ Source](https://github.com/outeredge/magento-module-cachebuster)[ Packagist](https://packagist.org/packages/outeredge/magento-module-cachebuster)[ RSS](/packages/outeredge-magento-module-cachebuster/feed)WikiDiscussions master Synced 1mo ago

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

magento-module-cachebuster
==========================

[](#magento-module-cachebuster)

Adds md5 hash to assets for cachebusting post-deployment.

mod\_rewrite configuration
--------------------------

[](#mod_rewrite-configuration)

Add the following rewrite rule to your .htaccess file

```

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)\.([0-9a-f]{32})\.(.+)$ $1.$3 [L]

```

nginx configuration
-------------------

[](#nginx-configuration)

Add the following into your server block

```
location ~ "(.+)\.([0-9a-f]{32})\.(.+)$" {
    expires max;
    try_files $uri $1.$3 =404;
}

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~53 days

Recently: every ~64 days

Total

8

Last Release

3280d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1860caf77d9ad2a652f889890911b695bbc63db970b03cd53c4c52aa5c922f8f?d=identicon)[outeredge](/maintainers/outeredge)

---

Top Contributors

[![davidwindell](https://avatars.githubusercontent.com/u/1720090?v=4)](https://github.com/davidwindell "davidwindell (2 commits)")[![minlare](https://avatars.githubusercontent.com/u/1862882?v=4)](https://github.com/minlare "minlare (1 commits)")

### Embed Badge

![Health badge](/badges/outeredge-magento-module-cachebuster/health.svg)

```
[![Health](https://phpackages.com/badges/outeredge-magento-module-cachebuster/health.svg)](https://phpackages.com/packages/outeredge-magento-module-cachebuster)
```

###  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)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[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)

PHPackages © 2026

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