cpsit/typo3-handlebars
Handlebars rendering extension for projects built with TYPO3 CMS
Maintainers
Package info
Type:typo3-cms-extension
pkg:composer/cpsit/typo3-handlebars
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- ext-json: *
- devtheorem/php-handlebars: ^2.0
- psr/event-dispatcher: ^1.0
- psr/http-message: ^1.0 || ^2.0
- psr/log: ^3.0
- symfony/config: ^7.2 || ^8.0
- symfony/dependency-injection: ^7.2 || ^8.0
- symfony/filesystem: ^7.2 || ^8.0
- symfony/finder: ^7.2 || ^8.0
- typo3/cms-core: ~13.4.11 || ~14.3.0
- typo3/cms-extbase: ~13.4.11 || ~14.3.0
- typo3/cms-fluid: ~13.4.11 || ~14.3.0
- typo3/cms-frontend: ~13.4.11 || ~14.3.0
- typo3fluid/fluid: ^4.0 || ^5.0
Requires (Dev)
- armin/editorconfig-cli: ^2.0
- cpsit/typo3-handlebars-test-extension: 1.0.0
- eliashaeussler/deep-closure-comparator: ^1.2
- eliashaeussler/typo3-vendor-bundler: ^4.0.2
- eliashaeussler/version-bumper: ^4.0
- ergebnis/composer-normalize: ^2.15
- fig/log-test: ^1.1
- friendsofphp/php-cs-fixer: ^3.57
- helmich/typo3-typoscript-lint: ^3.0
- mikey179/vfsstream: ^1.6.7
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpcov: ^10.0 || ^11.0 || ^12.0 || ^13.0
- phpunit/phpunit: ^11.5 || ^12.1 || ^13.0
- psr/container: ^2.0
- saschaegerer/phpstan-typo3: ^2.1 || ^3.0
- shipmonk/composer-dependency-analyser: ^1.8
- ssch/typo3-rector: ^3.3
- symfony/event-dispatcher: ^7.2 || ^8.0
- typo3/coding-standards: ^0.8.0
- typo3/testing-framework: ^9.5.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-or-later 0924f68bb91d4c8442ca8a5ed9ba5691dbbaa043
- Elias HΓ€uΓler <e.haeussler.woop@familie-redlich.de>
This package is auto-updated.
Last update: 2026-06-25 07:40:55 UTC
README
TYPO3 extension handlebars
π Coverage
π CGL
π Tests
π Supported TYPO3 versions
π Slack
An extension for TYPO3 CMS that provides an entire rendering environment for Handlebars templates. It is seamlessly integrated into TYPO3 and offers extensive configuration options to get all the power out of your templates. To meet everyone's needs, it is easily extensible using TYPO3 on-board tools.
π Features
- Templating engine: Full Handlebars rendering environment for TYPO3
- Custom Helpers: Custom helpers with auto-registration via PHP attributes
- Extbase support: Controller-based rendering via
HandlebarsView - Events: PSR-14 hooks into the full rendering pipeline
- DI integration: Built on dependency injection for better performance and maintainability
- Caching: Integration with TYPO3's cache framework for compiled templates
- Extensibility: Easy to extend and customize
- Compatibility: Compatible with TYPO3 13.4 LTS and 14.3 LTS
π₯ Installation
Composer
π Packagist
π Packagist Downloads
composer require cpsit/typo3-handlebars
TER
π TER version
π TER downloads
Download the zip file from TYPO3 extension repository (TER).
π Documentation
Please have a look at the official extension documentation.
β License
This project is licensed under GNU General Public License 2.0 (or later).
