cpsit / typo3-handlebars
Handlebars rendering extension for projects built with TYPO3 CMS
Package info
Type:typo3-cms-extension
pkg:composer/cpsit/typo3-handlebars
1.0.0-alpha.10
2026-06-24 09:12 UTC
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
This package is auto-updated.
Last update: 2026-06-25 07:40:55 UTC
README
TYPO3 extension handlebars
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
composer require cpsit/typo3-handlebars
TER
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).