PHPackages                             luklewluk/supercache - 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. luklewluk/supercache

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

luklewluk/supercache
====================

Supercache Plugin for Pimcore

1.1.0(9y ago)3451[3 issues](https://github.com/luklewluk/SupercachePlugin/issues)MITPHP

Since Jul 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/luklewluk/SupercachePlugin)[ Packagist](https://packagist.org/packages/luklewluk/supercache)[ Docs](https://github.com/luklewluk/SupercachePlugin)[ RSS](/packages/luklewluk-supercache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

SupercachePlugin
================

[](#supercacheplugin)

Static pages &amp; files caching system for Pimcore.

Installation
============

[](#installation)

```
composer require luklewluk/supercache

```

Also you will need to make changes in your rewrite configuration:

\####Apache:

Edit your Pimcore .htaccess file by adding the following lines:

```
### >>>SUPERCACHE PLUGIN
RewriteCond %{REQUEST_METHOD} !^(GET|HEAD) [OR]
RewriteCond %{QUERY_STRING} !^$
RewriteRule . - [S=3]

RewriteCond %{DOCUMENT_ROOT}/plugins/Supercache/webcache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) %{DOCUMENT_ROOT}/plugins/Supercache/webcache/%{HTTP_HOST}/$1/index.html [L]

RewriteCond %{DOCUMENT_ROOT}/plugins/Supercache/webcache/%{HTTP_HOST}/$1/index.js -f
RewriteRule ^(.*) %{DOCUMENT_ROOT}/plugins/Supercache/webcache/%{HTTP_HOST}/$1/index.js [L]

RewriteCond %{DOCUMENT_ROOT}/plugins/Supercache/webcache/%{HTTP_HOST}/$1/index.bin -f
RewriteRule ^(.*) %{DOCUMENT_ROOT}/plugins/Supercache/webcache/%{HTTP_HOST}/$1/index.bin [L]
### _helper->json($json, false);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 96.6% 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 ~106 days

Total

2

Last Release

3477d ago

### Community

Maintainers

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

---

Top Contributors

[![luklewluk](https://avatars.githubusercontent.com/u/6748300?v=4)](https://github.com/luklewluk "luklewluk (28 commits)")[![lige-development](https://avatars.githubusercontent.com/u/13432067?v=4)](https://github.com/lige-development "lige-development (1 commits)")

---

Tags

pagecachecachingpimcorefpcfullsupercache

### Embed Badge

![Health badge](/badges/luklewluk-supercache/health.svg)

```
[![Health](https://phpackages.com/badges/luklewluk-supercache/health.svg)](https://phpackages.com/packages/luklewluk-supercache)
```

###  Alternatives

[psr/simple-cache

Common interfaces for simple caching

8.1k727.3M2.1k](/packages/psr-simple-cache)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k348.9M2.5k](/packages/symfony-cache)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[tedivm/stash

The place to keep your cache.

9824.8M124](/packages/tedivm-stash)[spatie/blink

Cache that expires in the blink of an eye

1685.0M8](/packages/spatie-blink)[gregwar/cache

A lightweight file-system cache system

1084.5M22](/packages/gregwar-cache)

PHPackages © 2026

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