Download the PHP package pagemachine/typo3-opcache-control without Composer
On this page you can find all versions of the php package pagemachine/typo3-opcache-control. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pagemachine/typo3-opcache-control
More information about pagemachine/typo3-opcache-control
Files in pagemachine/typo3-opcache-control
Package typo3-opcache-control
Short Description PHP Opcache management for TYPO3
License GPL-3.0-or-later
Informations about the package typo3-opcache-control
TYPO3 Opcache Control 
This package is abandoned, use gordalina/cachetool instead!
Provides CLI commands for PHP Opcache management within TYPO3. This is essential to e.g. reset the Opcache on deployments.
Since the web Opcache is managed, resetting the Opcache is essentially the same as the related action in the TYPO3 backend.
Installation
Via Composer:
composer require pagemachine/typo3-opcache-control
Site setup
The CLI commands internally perform real HTTP requests. For this all site configurations must use full URLs for their base
. A basic /
will not work:
The same goes for baseVariants
and %env()%
placeholders which can be used for different URLs per environment.
Usage
Use the TYPO3 CLI or TYPO3 Console to execute Opcache control commands.
The Opcache status can be checked using the opcache:status
command:
The Opcache can be reset using the opcache:reset
command:
The commands are executed with real HTTP requests, thus at least one valid site must be set up.
Testing
All tests can be executed with the shipped Docker Compose definition:
docker compose run --rm app composer build
All versions of typo3-opcache-control with dependencies
typo3/cms-core Version ^10.4 || ^11.5 || ^12.4
typo3/cms-extbase Version ^10.4 || ^11.5 || ^12.4