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(3mo ago)515.2k3GPL-3.0PHPPHP ^8.1CI passing

Since May 17Pushed 3mo 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 1mo ago

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

58

—

FairBetter than 98% of packages

Maintenance82

Actively maintained with recent releases

Popularity30

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

90d 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://www.gravatar.com/avatar/14fce2398ec689a4dacc23f96babecba25ca372ff4ea00f1419f803701e04e7a?d=identicon)[tomasnorre](/maintainers/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

[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.

20229.9k](/packages/eliashaeussler-typo3-warming)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[leuchtfeuer/secure-downloads

"Secure Download": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.

22234.7k1](/packages/leuchtfeuer-secure-downloads)[in2code/femanager

Modern TYPO3 Frontend User Registration.

49745.4k6](/packages/in2code-femanager)[eliashaeussler/typo3-form-consent

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

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

PHPackages © 2026

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