praetorius / fluid-companion
Companion extension for Fluid IDE integrations
Package info
github.com/s2b/fluid-companion
Type:typo3-cms-extension
pkg:composer/praetorius/fluid-companion
1.0.0
2026-04-19 11:35 UTC
Requires
- php: >=8.2
- symfony/console: ^6.4 || ^7.0
- typo3/cms-core: ^13.4 || ^12.4
- typo3/cms-fluid: ^13.4 || ^12.4
README
This extension for TYPO3 CMS backports Fluid features introduced with TYPO3 14 and Fluid 5, which enable a better integration with code editors and IDEs. The extension is compatible with TYPO3 12 and 13.
Installation
composer req --dev praetorius/fluid-companion
or via TER.
Available Console Commands
vendor/bin/typo3 fluid:namespaces: Lists registered global Fluid namespacesvendor/bin/typo3 fluid:analyze --stdin --json: Reads a template string from STDIN and checks its correctness (parser errors and deprecations). Note that this command is only partially backported, only the described combination of arguments works.