PHPackages                             queo/typo3-software-cache - 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. queo/typo3-software-cache

ActiveLibrary[Caching](/categories/caching)

queo/typo3-software-cache
=========================

Software cache for typo3 projects.

v1.1.0(6y ago)31.3k1GPL-2.0-or-laterPHPCI failing

Since Jan 26Pushed 6y ago3 watchersCompare

[ Source](https://github.com/queoGmbH/typo3-software-cache)[ Packagist](https://packagist.org/packages/queo/typo3-software-cache)[ RSS](/packages/queo-typo3-software-cache/feed)WikiDiscussions master Synced 2w ago

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

[![Build Status](https://camo.githubusercontent.com/18560c25147fedb23056bebc6e54109c5570e2444685f465b253d3df41e5a214/68747470733a2f2f7472617669732d63692e6f72672f7175656f476d62482f7479706f332d736f6674776172652d63616368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/queoGmbH/typo3-software-cache)

TYPO3 Software Cache
====================

[](#typo3-software-cache)

> *TL;DR*Software based library to cache TYPO3 Requests.

Allgemeine Informationen
------------------------

[](#allgemeine-informationen)

### Ansprechpartner

[](#ansprechpartner)

Entwickler:

- \[Stephan Lindner\]
- \[Ralf Michael\]

Konzept
-------

[](#konzept)

> to be done

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

[](#installation)

For easy installation add an index.php.dist file to your project and add the following commands to your composer.json

```
"chmod 654 ./vendor/queo/typo3-software-cache/src/Scripts/installCache.sh",
"./vendor/queo/typo3-software-cache/src/Scripts/installCache.sh index.php.dist",
```

We added an starting point with a simple index.php.dist in the base folder, you can use for your first steps or easy websites. It will cache the requests in the filesystem.

Qualitätssicherung
------------------

[](#qualitätssicherung)

### Unittests

[](#unittests)

```
bin/phpunit
```

### Codemetriken erstellen

[](#codemetriken-erstellen)

[Phpmetrics](http://www.phpmetrics.org/) global installieren

```
composer global require phpmetrics/phpmetrics:~2
```

Bericht für Metriken erzeugen

```
phpmetrics --report-html=build/metric --git --quiet src\
```

### Weiterentwicklung

[](#weiterentwicklung)

**Goldene Regeln:**

- SOLID Prinzipien einhalten!
- Metriken beachten

Anleitung
---------

[](#anleitung)

#### Cache über Typo3-Backend leeren

[](#cache-über-typo3-backend-leeren)

Um den Cache über das Typo3-Backend leeren zu können, muss in der ext\_localconf der Site-Extension folgender Hook ergänzt werden:

```
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc'][] =  \Queo\Typo3\SoftwareCache\Service\CacheManagementService::class . '->clearCache';
```

FAQ
---

[](#faq)

> 42

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~263 days

Total

3

Last Release

2552d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5200009?v=4)[Ralf Michael](/maintainers/Wyndala)[@Wyndala](https://github.com/Wyndala)

---

Top Contributors

[![Wyndala](https://avatars.githubusercontent.com/u/5200009?v=4)](https://github.com/Wyndala "Wyndala (3 commits)")[![thmsu](https://avatars.githubusercontent.com/u/67536769?v=4)](https://github.com/thmsu "thmsu (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/queo-typo3-software-cache/health.svg)

```
[![Health](https://phpackages.com/badges/queo-typo3-software-cache/health.svg)](https://phpackages.com/packages/queo-typo3-software-cache)
```

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k853.6M8.3k](/packages/symfony-http-kernel)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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