praetorius/fluid-companion

Companion extension for Fluid IDE integrations

Maintainers

Package info

github.com/s2b/fluid-companion

Type:typo3-cms-extension

pkg:composer/praetorius/fluid-companion

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2026-04-19 11:35 UTC

This package is auto-updated.

Last update: 2026-04-19 11:45:59 UTC


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 namespaces
  • vendor/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.