PHPackages                             aoepeople/cachemgm - 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. aoepeople/cachemgm

ActiveTypo3-cms-extension[Caching](/categories/caching)

aoepeople/cachemgm
==================

Provides management of the page caching for high traffic websites

12.0.6(4mo ago)415.3k3GPL-3.0PHPPHP ^8.1CI passing

Since May 17Pushed 4mo ago19 watchersCompare

[ Source](https://github.com/AOEpeople/TYPO3-Cache-Management)[ Packagist](https://packagist.org/packages/aoepeople/cachemgm)[ Docs](https://github.com/AOEpeople/TYPO3-Cache-Management)[ RSS](/packages/aoepeople-cachemgm/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (10)Versions (52)Used By (0)

Cache-Management for TYPO3
==========================

[](#cache-management-for-typo3)

This is a TYPO3-Extension that provides management of the page caching for high-traffic websites.

Download / Installation
-----------------------

[](#download--installation)

You can download and install this extension from the [TER (TYPO3 Extension Repository)](http://typo3.org/extensions/repository/view/cachemgm) or use composer.

```
$ composer require aoepeople/cachemgm

```

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

[](#documentation)

The documentation is available online at [docs.typo3.org](https://docs.typo3.org/p/aoepeople/cachemgm/10.0/en-us/).

If you want you can also render the documentation locally, this can be really helpful when adjusting the documentation to check before commiting.

The local rendering requires docker and can be done like this:

```
docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
```

And then open `Documentation-GENERATED-temp/Index.html` with your browser.

Copyright / License
-------------------

[](#copyright--license)

Copyright: (c) 2009 - 2026, Kasper Skaarhoj &amp; AOE GmbH License: GPLv3,

Contributing
------------

[](#contributing)

```
1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Write documentaton for your change
6. Run the tests, ensuring they all pass
7. Submit a Pull Request using Github

```

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance75

Regular maintenance activity

Popularity29

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~138 days

Total

40

Last Release

136d ago

Major Versions

3.2.2 → 4.0.02019-12-04

3.3.0 → 4.0.22020-03-01

4.0.3 → 10.0.02022-02-24

10.0.14 → 11.0.02024-03-11

11.0.0 → 12.0.02024-08-08

PHP version history (5 changes)3.2.0PHP ^7.0

10.0.0PHP ^7.4

10.0.3PHP ^7.4 || ^8.0

11.0.0PHP ^8.0

12.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1212481?v=4)[Tomas Norre Mikkelsen](/maintainers/tomasnorre)[@tomasnorre](https://github.com/tomasnorre)

![](https://avatars.githubusercontent.com/u/6331769?v=4)[AOE](/maintainers/AOEpeople)[@AOEpeople](https://github.com/AOEpeople)

---

Top Contributors

[![tlayh](https://avatars.githubusercontent.com/u/285669?v=4)](https://github.com/tlayh "tlayh (22 commits)")[![sourcesoldier](https://avatars.githubusercontent.com/u/4140294?v=4)](https://github.com/sourcesoldier "sourcesoldier (20 commits)")[![AndreAOE](https://avatars.githubusercontent.com/u/115550876?v=4)](https://github.com/AndreAOE "AndreAOE (11 commits)")[![chetan-thapliyal](https://avatars.githubusercontent.com/u/1963399?v=4)](https://github.com/chetan-thapliyal "chetan-thapliyal (8 commits)")[![tomasnorre](https://avatars.githubusercontent.com/u/1212481?v=4)](https://github.com/tomasnorre "tomasnorre (7 commits)")[![twaurisch](https://avatars.githubusercontent.com/u/1952020?v=4)](https://github.com/twaurisch "twaurisch (4 commits)")[![felixsemmler](https://avatars.githubusercontent.com/u/9789350?v=4)](https://github.com/felixsemmler "felixsemmler (3 commits)")[![TomSchenk](https://avatars.githubusercontent.com/u/12969197?v=4)](https://github.com/TomSchenk "TomSchenk (3 commits)")[![bitroot007](https://avatars.githubusercontent.com/u/44994804?v=4)](https://github.com/bitroot007 "bitroot007 (1 commits)")

---

Tags

cache-managementtypo3typo3-extensionextbasetypo3cachemgm

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/aoepeople-cachemgm/health.svg)

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[eliashaeussler/typo3-warming

Warming - Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.

22260.2k](/packages/eliashaeussler-typo3-warming)[typo3/cms-adminpanel

TYPO3 CMS Admin Panel - The Admin Panel displays information about your site in the frontend and contains a range of metrics including debug and caching information.

115.7M66](/packages/typo3-cms-adminpanel)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)

PHPackages © 2026

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