typo3fluid / fluid
The TYPO3 Fluid template rendering engine
Installs: 10 411 451
Dependents: 64
Suggesters: 0
Security: 2
Stars: 152
Watchers: 27
Forks: 92
Open Issues: 42
Requires
- php: ^8.2
- ext-mbstring: *
Requires (Dev)
- ext-json: *
- ext-simplexml: *
- friendsofphp/php-cs-fixer: ^3.59.3
- phpstan/phpstan: ^1.11.5
- phpstan/phpstan-phpunit: ^1.4.0
- phpunit/phpunit: ^11.2.5
- psr/container: ^2.0
- t3docs/fluid-documentation-generator: ^4.3
Suggests
- ext-json: PHP JSON is needed when using JSONVariableProvider: A relatively rare use case
- ext-simplexml: SimpleXML is required for the XSD schema generator
- dev-main
- 4.0.1
- 4.0.0
- 2.16.x-dev
- 2.15.x-dev
- 2.15.0
- 2.14.x-dev
- 2.14.1
- 2.14.0
- 2.13.x-dev
- 2.13.0
- 2.12.x-dev
- 2.12.0
- 2.11.x-dev
- 2.11.0
- 2.10.x-dev
- 2.10.1
- 2.10.0
- 2.9.x-dev
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.x-dev
- 2.8.0
- 2.7.x-dev
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.x-dev
- 2.6.10
- 2.6.9
- 2.6.8
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.x-dev
- 2.5.11
- 2.5.10
- 2.5.9
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.x-dev
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.x-dev
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.x-dev
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.x-dev
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-bugfix/nonexistentNamespaceDir
- dev-task/deprecateNamespaceInheritance
- dev-documentation-draft
- dev-feature/roundViewHelpers
- dev-feature/mapViewHelper
- dev-3.0-experimental
- dev-feature/fixmath
This package is auto-updated.
Last update: 2024-10-09 19:37:38 UTC
README
Fluid Rendering Engine
Fluid is a PHP template engine and is the de facto standard for any HTML-based output in the TYPO3 CMS ecosystem. However, it is not dependent on TYPO3 and can be used in any PHP project.
General documentation of Fluid can be found in the Documentation/ folder, see below link for a rendered version.