PHPackages                             born05/craft-cache-control - 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. born05/craft-cache-control

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

born05/craft-cache-control
==========================

1.5.2(11mo ago)01.0k[10 PRs](https://github.com/born05/sveltekit-cache-control/pulls)MITTypeScriptPHP &gt;=8.0.2

Since Sep 17Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/born05/sveltekit-cache-control)[ Packagist](https://packagist.org/packages/born05/craft-cache-control)[ Docs](https://github.com/born05/sveltekit-cache-control)[ RSS](/packages/born05-craft-cache-control/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (1)Versions (19)Used By (0)

SvelteKit Cache Control
=======================

[](#sveltekit-cache-control)

A simple way to add control caching in your SvelteKit project.

Install:

```
npm i -D @born05/sveltekit-cache-control

```

Example usage:

```
import { sequence } from '@sveltejs/kit/hooks';
import type { Handle } from '@sveltejs/kit';
import { proxyHandle } from '@born05/sveltekit-cache-control';

const svelteHandle: Handle = async ({ event, resolve }) => {
  const response = await resolve(event);

  return response;
};

export const handle = sequence(
  cacheControlHandle(env.REDIS_URL, { etagCacheKey: 'some-etag' }),
  svelteHandle,
);
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance50

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98% 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 ~35 days

Recently: every ~61 days

Total

8

Last Release

357d ago

### Community

Maintainers

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

---

Top Contributors

[![codename-niels](https://avatars.githubusercontent.com/u/17615331?v=4)](https://github.com/codename-niels "codename-niels (50 commits)")[![roelvanhintum](https://avatars.githubusercontent.com/u/1023734?v=4)](https://github.com/roelvanhintum "roelvanhintum (1 commits)")

### Embed Badge

![Health badge](/badges/born05-craft-cache-control/health.svg)

```
[![Health](https://phpackages.com/badges/born05-craft-cache-control/health.svg)](https://phpackages.com/packages/born05-craft-cache-control)
```

###  Alternatives

[putyourlightson/craft-blitz

Intelligent static page caching for creating lightning-fast sites.

155480.1k35](/packages/putyourlightson-craft-blitz)[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393808.8k10](/packages/spicyweb-craft-neo)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293943.4k27](/packages/craftcms-feed-me)[clubstudioltd/craft-asset-rev

A plugin to aid cache-busting

110513.2k9](/packages/clubstudioltd-craft-asset-rev)[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k57](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k15](/packages/solspace-craft-freeform)

PHPackages © 2026

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