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 3d 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 72% 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

2506d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93022512009dc7cf7039e3a2df074d10b3a13798eec1897aeb69d68883ee164a?d=identicon)[Wyndala](/maintainers/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/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k348.9M2.5k](/packages/symfony-cache)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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