PHPackages                             a2nt/silverstripe-progressivewebapp - 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. a2nt/silverstripe-progressivewebapp

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

a2nt/silverstripe-progressivewebapp
===================================

Tools to add offline caching and the other progressive web app functionality to your silverstripe website

v1.10(7y ago)173311BSD-3-ClauseJavaScriptCI failing

Since Jun 24Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (12)Used By (1)

SilverStripe Progressive Web App
================================

[](#silverstripe-progressive-web-app)

Tools to add progressive web app functionality to your silverstripe website And make it available offline

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

[](#installation)

```
composer require a2nt/silverstripe-progressivewebapp

```

Usage
-----

[](#usage)

- Install the module, run dev/build and fill in the settings in the siteconfig
- Add js to register the service worker (example can be found at client/src/app.js)

```
if ('serviceWorker' in navigator) {
  var baseHref = (document.getElementsByTagName('base')[0] || {}).href;
  var version = (document.querySelector('meta[name="swversion"]') || {})
    .content;
  if (baseHref) {
    navigator.serviceWorker
      .register(baseHref + 'sw.js?v=' + version)
      .then(() => {
        console.log('SW: Registered');
      });
  }
}

```

- Add the following tags to the head of your website

```

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 56.3% 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 ~4 days

Total

11

Last Release

2838d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c10d444da3afa00b1851c2595f47190836de733c6f49855d2a751b1e613f78d?d=identicon)[a2nt](/maintainers/a2nt)

---

Top Contributors

[![a2nt](https://avatars.githubusercontent.com/u/672794?v=4)](https://github.com/a2nt "a2nt (27 commits)")[![michelsteege](https://avatars.githubusercontent.com/u/5492453?v=4)](https://github.com/michelsteege "michelsteege (21 commits)")

---

Tags

silverstripeappprogressive

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/a2nt-silverstripe-progressivewebapp/health.svg)

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

###  Alternatives

[silverstripe/staticpublishqueue

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

45135.4k4](/packages/silverstripe-staticpublishqueue)[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)[pstaender/silverstripe-redis-cache

Enables Redis cache for SilverStripe

1199.1k](/packages/pstaender-silverstripe-redis-cache)[silverstripe-australia/simplecache

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

146.8k](/packages/silverstripe-australia-simplecache)

PHPackages © 2026

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