konradmichalik / typo3-heatmap-widget
TYPO3 dashboard widget to display a (GitHub lookalike) contribution heatmap of e.g. content changes.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0
- ext-intl: *
- doctrine/dbal: ^2.13.8 || ^3.9 || ^4.2
- psr/http-message: ^1.0 || ^2.0
- typo3/cms-backend: ^12.0 || ^13.0
- typo3/cms-core: ^12.0 || ^13.0
- typo3/cms-dashboard: ^12.0 || ^13.0
- typo3/cms-fluid: ^12.0 || ^13.0
Requires (Dev)
- armin/editorconfig-cli: ^2.0
- eliashaeussler/php-cs-fixer-config: 2.3.0
- eliashaeussler/version-bumper: ^2.4 || ^3.0
- ergebnis/composer-normalize: ^2.44
- friendsofphp/php-cs-fixer: ^3.52
- helhum/typo3-console: ^7.0 || ^8.1
- helmich/typo3-typoscript-lint: ^3.2
- move-elevator/composer-translation-validator: ^1.0
- phpstan/phpstan-deprecation-rules: ^1.0 || ^2.0
- phpstan/phpstan-phpunit: ^1.0 || ^2.0
- phpstan/phpstan-strict-rules: ^1.0 || ^2.0
- phpunit/phpunit: ^10.2 || ^12.0
- saschaegerer/phpstan-typo3: ^1.10 || ^2.0
- spaze/phpstan-disallowed-calls: ^4.0
- ssch/typo3-rector: ^2.10 || ^3.0
- symfony/translation: ^5.0 || ^6.3 || ^7.0
- tomasvotruba/type-coverage: ^1.0 || ^2.0
- typo3/cms-base-distribution: ^12.4 || ^13.4
- typo3/cms-lowlevel: ^12.4 || ^13.4
- typo3/coding-standards: ^0.7 || ^0.8
This package is not auto-updated.
Last update: 2025-08-12 15:10:25 UTC
README
TYPO3 extension typo3_heatmap_widget
This extension provides a dashboard widget to display a (GitHub lookalike) contribution heatmap of e.g. for TYPO3 content changes.
Warning
This package is in early development stage and may change significantly in the future. Use it at your own risk.
✨ Features
Dashboard heatmap for content changes: Instantly visualize when and how much content was changed in TYPO3.
Dashboard heatmap for system errors: Quickly identify critical periods and error spikes with a clear heatmap overview.
Custom heatmap widgets: Flexibly extend your dashboard with your own widgets, e.g. for visitor analytics or other data sources.
🔥 Installation
Requirements
- TYPO3 >= 12.4
- PHP 8.2+
Composer
composer require konradmichalik/typo3-heatmap-widget
TER
Download the zip file from TYPO3 extension repository (TER).
⚡ Usage
- Install the extension.
- Add the "Content changes (Heatmap)" widget to your dashboard via the "System Information" tab.
- Display the heatmap within your dashboard.
Custom Heatmap Widgets
You can register your own heatmap widgets by implementing a custom data provider.
🧑💻 Contributing
Please have a look at CONTRIBUTING.md
.
💎 Credits
The extension icon based on the original
content-widget
icon from TYPO3 core which is
originally licensed under MIT License.
Empty icon by Chattapat from Noun Project (CC BY 3.0)
⭐ License
This project is licensed under GNU General Public License 2.0 (or later).