Daniel Siepmann
9f24518a0b
* Support TYPO3 v12.0 All dependencies are compatible now. We can update to support v12.0. This commit will shift TYPO3 support from 10 and 11 to 11 and 12. See Changelog entry. Update dev dependencies to our latest best practice. Auto migrate code base to follow CGL and use PHP 7.4. |
||
---|---|---|
.github/workflows | ||
Classes | ||
Configuration | ||
Documentation | ||
Resources | ||
Tests | ||
.gitattributes | ||
.gitignore | ||
composer.json | ||
dependency-checker.json | ||
ecs.php | ||
ext_emconf.php | ||
ext_localconf.php | ||
ext_tables.sql | ||
LICENSE | ||
phpcs.xml.dist | ||
phpstan-baseline.neon | ||
phpstan.neon | ||
phpunit.xml.dist | ||
readme.rst | ||
rector.php |
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
Example
The following widgets are added and could look like:
A new record is added which looks like: