Attention
TYPO3 v11 has reached end-of-life as of October 31st 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v11 here: TYPO3 ELTS.
Third-party tools
A collection of third-party resources that can assist with upgrade and maintenance tasks.
Rector for TYPO3
Rector for TYPO3 was created to help developers upgrade their TYPO3 installations and ensure their extensions support the latest versions of PHP and TYPO3. Rector scans your code base and replaces any deprecated functions with an appropriate replacement. Rector can also help ensure better code quality by means of automated refactoring.
Rector can run as a standalone package or it can be integrated with your CI pipeline.
Resources
Support
Visit the TYPO3 Slack and search for the #ext-
channel. You can also open an issue or start a discussion on the projects GitHub page.
EXT: Core Upgrader (v2)
The TYPO3 extension was initially developed as
EXT:
(Composer package
ichhabrecht/
, compatible up to TYPO3 v10) and has been forked as
EXT:
(Composer package
wapplersystems/
, compatible up to TYPO3 v12).
The extension allows to perform multiple TYPO3 Core version upgrades in one step by offering the older upgrade wizards.
Another way to perform (and test/verify) upgrades of multiple TYPO3 versions in one go is outlined
in a blog article "Automatic TYPO3 Updates Across Several Major Versions With DDEV <https://
.