konradmichalik/typo3-environment-indicator

Environment Indicator - TYPO3 extension with several features to show an environment indicator in the TYPO3 frontend and backend.

Maintainers

Package info

github.com/konradmichalik/typo3-environment-indicator

Type:typo3-cms-extension

pkg:composer/konradmichalik/typo3-environment-indicator

Transparency log

Statistics

Installs: 15 201

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 1

3.5.0 2026-08-11 08:00 UTC

README

Extension icon

TYPO3 extension typo3_environment_indicator

Latest Stable Version TYPO3 Coverage CGL Tests License

This extension provides several features to show an environment indicator in the TYPO3 frontend and backend, and beyond (CLI, mails).

Note

Has it ever happened to you that you changed data on a test system and then realized: oh no, that's the live system. Well, to prevent that from happening (again), I created this extension.

Environment Indicator Preview

✨ Features

Icon Preview Feature
Frontend + Backend
Favicon Icon Favicon Preview Modified favicon

Modify the favicon for frontend and backend based on the original favicon, the current application context and your configuration.
Page Title Icon Page Title Preview Page title

Prefix or suffix the page title in frontend and backend with the current application context.
Console Icon Console Preview Browser console badge

Print a styled environment badge to the browser console in frontend and backend.
Frontend
Frontend Hint Icon Frontend Hint Preview Frontend hint

Adds a draggable, removable hint to the frontend showing the website title and the current application context.
Frontend Image Icon Frontend Image Preview Modified frontend image (opt-in)

Modify frontend image based on the original image, the current application context and your configuration.
Frontend HTTP Header Icon Frontend HTTP Header Preview HTTP response header (opt-in)

Add a configurable HTTP response header with the current application context to frontend responses.
Frontend Robots Icon Frontend Robots Preview Robots header (opt-in)

Send an X-Robots-Tag header to keep non-production environments out of search engines.
Backend
Backend Toolbar Item Icon Backend Toolbar Item Preview Backend toolbar item

Adds an informative item with the current application context to the backend toolbar.
Backend Topbar Icon Backend Topbar Preview Backend topbar (opt-in)

Colorize the backend header topbar regarding the application context.
Backend Logo Icon Backend Logo Preview Modified backend logo

Modify the backend logo based on the original logo, the current application context and your configuration.
Dashboard Widget Icon Dashboard Widget Preview Dashboard widget

Render a dashboard widget according to the environment.
Backend Theme Icon Backend Theme Preview Backend theme (experimental, opt-in)

Colorize the entire TYPO3 v14+ backend (primary color, header, sidebar) based on the environment.
Backend Login Icon Backend Login Preview Backend login

Show a colored environment badge directly on the backend login screen.
Misc
CLI Banner Icon CLI Banner Preview CLI banner (opt-in)

Print a colored environment banner to stderr before an interactive console command runs.
Mail Subject Prefix Icon Mail Subject Prefix Preview Mail subject prefix

Prepends the environment to the subject of every mail sent through the TYPO3 Mailer API.

Indicators marked (opt-in) are not part of the default configuration presets: either the extension configuration switch for them is off by default (CLI banner, backend theme), or they only ever do something once you register them yourself (frontend image, HTTP response header, robots header, backend topbar). Everything else works out of the box.

Note

These environment indicators are mainly for development purposes (e.g. distinguishing between different test systems) and will not show on the live production site by default. They do show in Production/Staging and Production/Standby application contexts, where they help distinguish those systems from the live site. Indicators you register yourself, such as the robots header, can still affect live production if you explicitly configure their triggers to do so.

🔥 Installation

Requirements

Version TYPO3 PHP
3.x 13.4 - 14.x 8.2 - 8.5
2.x 11.5 - 13.4 8.1 - 8.4

Composer

Packagist Packagist Downloads

Use the following composer command to install the extension:

composer require konradmichalik/typo3-environment-indicator

TER

TER version TER downloads

Download the zip file from TYPO3 extension repository (TER).

📙 Documentation

Please have a look at the official extension documentation.

🧑‍💻 Contributing

Please have a look at CONTRIBUTING.md.

💎 Credits

This project is partly inspired by the laravel-favicon package.

⭐ License

This project is licensed under GNU General Public License 2.0 (or later).