cpsit / typo3-handlebars
Handlebars rendering extension for projects built with TYPO3 CMS
Installs: 16 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 6
Forks: 2
Open Issues: 11
Type:typo3-cms-extension
Requires
- php: ^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- ext-json: *
- psr/event-dispatcher: ^1.0
- psr/log: ^1.1 || ^2.0 || ^3.0
- symfony/config: ^4.4 || ^5.0
- symfony/dependency-injection: ^4.4 || ^5.0
- symfony/polyfill-php80: ^1.23
- typo3/cms-core: ~10.4.0 || ~11.5.0
- typo3/cms-extbase: ~10.4.0 || ~11.5.0
- typo3/cms-frontend: ~10.4.0 || ~11.5.0
- zordius/lightncandy: ^1.2
Requires (Dev)
- armin/editorconfig-cli: ^1.5
- ergebnis/composer-normalize: ^2.15
- helmich/typo3-typoscript-lint: ^2.5 || ^3.0
- mikey179/vfsstream: ^1.6.7
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.9
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^9.5
- saschaegerer/phpstan-typo3: ^1.0
- ssch/typo3-rector: ^1.0
- symfony/event-dispatcher: ^4.4 || ^5.0
- typo3/coding-standards: ^0.6.0 || ^0.7.0
- typo3/testing-framework: ^6.15 || ^7.0.2
- dev-main
- 0.8.x-dev
- 0.7.26
- 0.7.25
- 0.7.24
- 0.7.23
- 0.7.22
- 0.7.21
- 0.7.20
- 0.7.19
- 0.7.18
- 0.7.17
- 0.7.16
- 0.7.15
- 0.7.14
- 0.7.13
- 0.7.12
- 0.7.11
- 0.7.10
- 0.7.9
- 0.7.8
- 0.7.7
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- dev-renovate/main-typo3-testing-framework-9.x
- dev-renovate/main-major-symfony
- dev-renovate/main-phpunit-phpunit-11.x
- dev-renovate/main-php-8.x
- dev-renovate/main-major-typo3-cms
- dev-renovate/main-typo3-coding-standards-0.x
- dev-renovate/0.8.x-typo3fluid-fluid-4.x
- dev-renovate/0.8.x-typo3-testing-framework-9.x
- dev-renovate/0.8.x-major-typo3-cms
- dev-task/0.8.x/composer-install-v3
- dev-task/composer-install-v3
- dev-renovate/main-lock-file-maintenance
- dev-dependabot/composer/symfony/process-5.4.46
- dev-dependabot/composer/symfony/http-foundation-5.4.46
- dev-dena-v12
- dev-v1/integration
This package is auto-updated.
Last update: 2024-11-07 07:48:09 UTC
README
TYPO3 extension handlebars
📙 Documentation | 📦 Packagist | 🐥 TYPO3 extension repository | 💾 Repository | 🐛 Issue tracker
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
- Full rendering environment for Handlebars templates
- Native support for custom Handlebars helpers
- Easy to extend and customize
- Built on dependency injection for better performance and maintainability
- Integration with TYPO3's cache framework for compiled templates
- Compatibility layers for TYPO3 core components
🔥 Installation
composer require cpsit/typo3-handlebars
⭐ License
This project is licensed under GNU General Public License 2.0 (or later).