apen/additional_reports

Additional TYPO3 backend reports for system diagnostics, extensions, content usage and registered integrations.

Maintainers

Package info

github.com/Apen/additional_reports

Type:typo3-cms-extension

pkg:composer/apen/additional_reports

Transparency log

Fund package maintenance!

paypal.me/cerdanyohann

Statistics

Installs: 171 485

Dependents: 0

Suggesters: 0

Stars: 13

Open Issues: 0

4.0.0 2026-08-08 07:14 UTC

This package is auto-updated.

Last update: 2026-08-08 07:30:45 UTC


README

Latest stable version Total downloads TYPO3 13 TYPO3 14 CI

Additional Reports extends TYPO3's Reports backend module with practical diagnostics for maintenance, audits and migrations.

Requirements

Component Supported versions
TYPO3 13.4 and 14.x
PHP 8.2, 8.3 and 8.4
Installation Composer mode and classic mode

Reports

Report Purpose
Commands Lists registered Symfony console commands and legacy command controllers.
eID Lists registered eID entry points.
Event dispatcher Lists PSR-14 events and their listeners.
Extensions Shows installed extensions, database tables and fields, available updates and file comparisons.
Hooks Lists registered legacy hooks and their implementations.
Log errors Groups backend log errors by occurrence and last seen date.
Middlewares Lists frontend and backend PSR-15 middleware stacks.
Plugins and content types Locates used and cached plugins/content types, with filters and backend links.
System status Summarizes TYPO3, environment, PHP, database and scheduler information.
Website configuration Summarizes sites, domains, templates and page statistics.
XCLASS Lists registered XCLASS overrides.

The reports are intended as diagnostic aids. They complement TYPO3's native system reports and do not replace a security or compatibility audit.

Installation

Install the extension with Composer:

composer require apen/additional_reports

It is also available from the TYPO3 Extension Repository and the GitHub releases.

After installation, clear the TYPO3 caches if necessary, then open System > Reports in the backend and select an Additional Reports entry.

Screenshots

Commands and eID

Registered commands

Registered eID entry points

Plugins and content types

Plugin usage

Content type usage

Plugin and content type summary

System diagnostics

System status

Detailed system status

Grouped log errors

Website configuration

Extensions and TYPO3 registrations

Installed extensions

Unified extension diff

Registered hooks

Registered XCLASS overrides

PSR-14 and PSR-15

PSR-14 event listeners

PSR-15 middlewares

Development and quality

Install the development dependencies and run the complete local pipeline:

composer install
composer quality

Generate an HTML coverage report in .Build/public/coverage/html with:

composer coverage

Rector and Fractor suggestions are deliberately kept outside the blocking quality pipeline so that migrations can be reviewed before applying them:

composer quality:migrations

Network-dependent TYPO3 API and TER tests are disabled by default. Enable them explicitly with RUN_NETWORK_TESTS=1.

License

This extension is licensed under the GNU General Public License v2.0 or later.