TYPO3 Extension providing server side tracking. https://daniel-siepmann.de/projects/typo3-extension-tracking.html
  • PHP 98.8%
  • Nix 1.2%
Find a file
Daniel Siepmann (Codappix) 9d4dea9e7f Fix broken doktype support for tracking records.
V14 changed how custom records need to be allowed for TYPO3 page doktype.
This was broken in v4.0.0 and got fixed with this version.

Resolves: #130
2026-06-23 07:55:53 +02:00
.github/workflows Make compatible with TYPO3 v14 (#127) 2026-06-22 07:30:52 +02:00
Classes Make compatible with TYPO3 v14 (#127) 2026-06-22 07:30:52 +02:00
Configuration Fix broken doktype support for tracking records. 2026-06-23 07:55:53 +02:00
Documentation Fix broken doktype support for tracking records. 2026-06-23 07:55:53 +02:00
patches Make compatible with TYPO3 v14 (#127) 2026-06-22 07:30:52 +02:00
Resources Add icons for extension 2020-09-23 09:52:22 +02:00
Tests Fix broken doktype support for tracking records. 2026-06-23 07:55:53 +02:00
.gitattributes Add yamllint 2026-02-04 20:53:28 +01:00
.gitignore Make compatible with TYPO3 v14 (#127) 2026-06-22 07:30:52 +02:00
.php-cs-fixer.dist.php Add PHP 8.5 support 2026-02-04 20:53:28 +01:00
.yamllint.yaml Add yamllint 2026-02-04 20:53:28 +01:00
composer.json Make compatible with TYPO3 v14 (#127) 2026-06-22 07:30:52 +02:00
ext_tables.sql Fix broken performance of list module 2022-02-02 13:28:02 +01:00
LICENSE Initial commit 2020-02-25 17:42:14 +01:00
patches.lock.json Make compatible with TYPO3 v14 (#127) 2026-06-22 07:30:52 +02:00
phpstan-baseline.neon Make compatible with TYPO3 v14 (#127) 2026-06-22 07:30:52 +02:00
phpstan.neon TYPO3 13 (#117) 2024-10-15 14:07:38 +02:00
phpunit.xml.dist TYPO3 13 (#117) 2024-10-15 14:07:38 +02:00
readme.rst Update sponsoring information 2021-08-03 12:49:52 +02:00
shell.nix Add yamllint 2026-02-04 20:53:28 +01:00

About

This extension was made to demonstrate technical features of TYPO3. Since v1.0.0 it is also available on packagist and intended for usage on production systems.

The following features should be demonstrated:

PSR-4 Autoloading Standard

Use composer.json to provide autoloading information. Classes will be loaded when needed. No need for require statements.

PSR-12 Extended Coding Style Guide

Current stable Coding Style Guide, applied via Coding Sniffer.

PSR-7 HTTP Message Interface

Also known as Request Response, used to create tracking information from incoming request.

PSR-11 Container Interface

Also known as Dependency Injection. Used to resolve external dependencies, e.g. foreign classes. Existing TYPO3 factories are used to build QueryBuilder instances. Also DI is "misused" to provide configuration for dashboard widgets and tracking.

PSR-15 HTTP Handlers

Also known as middlewares. Used to hook into processing to create tracking information.

PSR-14 Event Dispatcher

Not in use yet.

EXT:dashboard

Used to visualize collected tracking information.

Thanks

Thanks to our supporters:

Icons

Generated by https://www.werkraum-media.de/

Partly sponsored code by

https://www.werkraum-media.de/

Example

The following widgets are added and could look like:

image

A new record is added which looks like:

image

image