PHPackages                             visol/typo3-handlebars - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. visol/typo3-handlebars

ActiveTypo3-cms-extension[Templating &amp; Views](/categories/templating)

visol/typo3-handlebars
======================

This is a TYPO3 CMS extension to render native handlebars templates

4.0.0(1y ago)23.3k↓100%3[2 PRs](https://github.com/visol/ext-handlebars/pulls)1GPL-2.0-or-laterPHPPHP &gt;= 8.0 &lt; 8.4CI passing

Since Sep 4Pushed 3mo ago5 watchersCompare

[ Source](https://github.com/visol/ext-handlebars)[ Packagist](https://packagist.org/packages/visol/typo3-handlebars)[ Docs](https://www.visol.ch)[ RSS](/packages/visol-typo3-handlebars/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (19)Used By (1)

Handlebars
==========

[](#handlebars)

This is a TYPO3 CMS extension to render native handlebars templates

Helper
------

[](#helper)

Within the extension there are a few Handlebars helpers configured by default, such as `content`, `block`, `json`, `lookup`. On the top of that we can add new custom handlebars helper which can be declared in `ext_localconf.php` as follows

```
\Visol\Handlebars\HelperRegistry::getInstance()->register(
    'foo',
    function ($labels, $key) {
        return $labels[$key];
    }
);

```

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance71

Regular maintenance activity

Popularity24

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~261 days

Total

5

Last Release

382d ago

Major Versions

v2.0.0 → 3.0.02022-07-06

3.0.2 → 4.0.02025-04-22

PHP version history (3 changes)v2.0.0PHP ^7.0

3.0.1PHP ~7.4.0 || ~8.0.0 || ~8.1.0

4.0.0PHP &gt;= 8.0 &lt; 8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/d6e1686bc798a88033f481f209a4f060235147ac7dca4c3391f2d171e30fdd4a?d=identicon)[visol](/maintainers/visol)

---

Top Contributors

[![SomeBdyElse](https://avatars.githubusercontent.com/u/243504?v=4)](https://github.com/SomeBdyElse "SomeBdyElse (14 commits)")[![dhuf](https://avatars.githubusercontent.com/u/1814195?v=4)](https://github.com/dhuf "dhuf (8 commits)")[![fabarea](https://avatars.githubusercontent.com/u/620730?v=4)](https://github.com/fabarea "fabarea (7 commits)")[![jrenggli](https://avatars.githubusercontent.com/u/743094?v=4)](https://github.com/jrenggli "jrenggli (7 commits)")[![alebell](https://avatars.githubusercontent.com/u/1123417?v=4)](https://github.com/alebell "alebell (2 commits)")[![DanielSiepmann](https://avatars.githubusercontent.com/u/354250?v=4)](https://github.com/DanielSiepmann "DanielSiepmann (1 commits)")[![dwenzel](https://avatars.githubusercontent.com/u/712458?v=4)](https://github.com/dwenzel "dwenzel (1 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/visol-typo3-handlebars/health.svg)

```
[![Health](https://phpackages.com/badges/visol-typo3-handlebars/health.svg)](https://phpackages.com/packages/visol-typo3-handlebars)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M48](/packages/fluidtypo3-vhs)[bk2k/bootstrap-package

Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.

357891.4k72](/packages/bk2k-bootstrap-package)[typo3/cms-fluid

TYPO3 CMS Fluid Integration - Integration of the Fluid templating engine into TYPO3.

1912.0M400](/packages/typo3-cms-fluid)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[sitegeist/fluid-styleguide

Living styleguide for Fluid Components

16227.4k1](/packages/sitegeist-fluid-styleguide)[bmack/modern-template-building

A homage to the old-style marker-based templating of TYPO3. Includes TEMPLATE and FILE cObjects.

1413.8k3](/packages/bmack-modern-template-building)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
