maispace / theme
The **frontend component layer** for the entire extension set. All Fluid templates in feature extensions reference components defined here via `sitegeist/fluid-components`. `sitegeist/fluid-components` is never declared outside this extension. `mai_theme` is a practical runtime requirement for every
Package info
github.com/mai-space-de/typo3-extension-theme
Language:SCSS
Type:typo3-cms-extension
pkg:composer/maispace/theme
Requires
- scssphp/scssphp: ^1.13
Requires (Dev)
- armin/editorconfig-cli: ^2.1
- friendsofphp/php-cs-fixer: ^3.0
- helmich/typo3-typoscript-lint: ^3.1
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.0
- saschaegerer/phpstan-typo3: ^2.0
- typo3/testing-framework: ^8.0
This package is auto-updated.
Last update: 2026-04-28 12:54:55 UTC
README
The frontend component layer for the entire extension set. All Fluid templates in feature extensions reference components defined here via sitegeist/fluid-components. sitegeist/fluid-components is never declared outside this extension. mai_theme is a practical runtime requirement for every extension that renders frontend output.
Requires: TYPO3 13.4 LTS / 14.1 · PHP 8.2+
Installation
composer require maispace/mai-theme
Development
Linting
composer lint:check # Run all linters composer lint:fix # Fix auto-fixable issues
Testing
composer test # Run all tests composer test:unit # Run unit tests only
License
GPL-2.0-or-later — see LICENSE for details.