PHPackages                             silverstripe-australia/simplecache - 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. silverstripe-australia/simplecache

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

silverstripe-australia/simplecache
==================================

Simple(r) caching abstraction layer, with a static publisher that will use that cache layer for storage

1.13.2(7y ago)146.8k3[2 issues](https://github.com/nyeholt/silverstripe-simplecache/issues)[8 PRs](https://github.com/nyeholt/silverstripe-simplecache/pulls)BSD-3-ClausePHP

Since May 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nyeholt/silverstripe-simplecache)[ Packagist](https://packagist.org/packages/silverstripe-australia/simplecache)[ RSS](/packages/silverstripe-australia-simplecache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (47)Used By (0)

SilverStripe SimpleCache module
===============================

[](#silverstripe-simplecache-module)

Maintainer
----------

[](#maintainer)

Marcus Nyeholt &lt;marcus (at) silverstripe (dot) com (dot) au&gt;

Documentation
-------------

[](#documentation)

[GitHub Wiki](http://wiki.github.com/nyeholt/silverstripe-simplecache)

Licensing
---------

[](#licensing)

This module is licensed under the BSD license

Requirements
------------

[](#requirements)

- QueuedJobs module ()

Usage
-----

[](#usage)

- Define cache config - use the caches.conf.sample file as a guide
- Add the SimpleCachePublisher extension to a publishable data type and publish your page.

```
Controller:
  extensions:
    - SimpleCacheControllerExtension

SiteTree:
  extensions:
    - SimpleCachePublisherExtension

```

- Change .htaccess to point to simplecache/frontend-cache.php instead of framework/main.php
- Works in a similar way to static publisher, but uses a cache abstraction layer to allow for storing cached data in memcache or apc, or other cache platform.

### On-request page caching

[](#on-request-page-caching)

To use this module in a cache-on-request manner, please review the [GitHub Wiki](http://wiki.github.com/nyeholt/silverstripe-simplecache) - in short

- create a {project}/caches.conf.php based on simplecache/caches.conf.php
- add appropriate \_ss\_environment.php configuration pointing at {project}/caches.conf.php
- update your .htaccess file with `RewriteRule .* simplecache/frontend-cache.php?url=%1&%{QUERY_STRING} [L]`
- ensure the top level directories exist for the configured cache locations

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity76

Established project with proven stability

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

Recently: every ~185 days

Total

46

Last Release

2734d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25cb1c56a7ab949d1e6b28a2a04862ce1cffe1799a291e1797f8dfd33cd83716?d=identicon)[nyeholt](/maintainers/nyeholt)

---

Top Contributors

[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (21 commits)")

---

Tags

silverstripecachestatic publisher

### Embed Badge

![Health badge](/badges/silverstripe-australia-simplecache/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripe-australia-simplecache/health.svg)](https://phpackages.com/packages/silverstripe-australia-simplecache)
```

###  Alternatives

[silverstripe/staticpublishqueue

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

45135.4k4](/packages/silverstripe-staticpublishqueue)[tractorcow/silverstripe-dynamiccache

FORK OF Silverstripe module for simple on the fly caching of dynamic content

3916.0k2](/packages/tractorcow-silverstripe-dynamiccache)[pstaender/silverstripe-redis-cache

Enables Redis cache for SilverStripe

1199.1k](/packages/pstaender-silverstripe-redis-cache)[silverstripe-terraformers/keys-for-cache

Silverstripe cache key management

1726.6k](/packages/silverstripe-terraformers-keys-for-cache)[steadlane/silverstripe-cloudflare

This module aims to relieve the stress of using Cloudflare caching with any SilverStripe project. Adds extension hooks that clears Cloudflare's cache for a specific page when that page is published or unpublished.

243.7k](/packages/steadlane-silverstripe-cloudflare)

PHPackages © 2026

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