PHPackages                             schranz-templating/mezzio-handlebars-integration - 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. schranz-templating/mezzio-handlebars-integration

ActiveLibrary[Templating &amp; Views](/categories/templating)

schranz-templating/mezzio-handlebars-integration
================================================

A integration of template renderer into mezzio via handlebars template engine.

0.1.0(3y ago)02MITPHPPHP ^7.0 || ^8.0

Since Nov 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/schranz-templating/mezzio-handlebars-integration)[ Packagist](https://packagist.org/packages/schranz-templating/mezzio-handlebars-integration)[ RSS](/packages/schranz-templating-mezzio-handlebars-integration/feed)WikiDiscussions 0.1 Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Schranz Template Renderer Integration for Handlebars
====================================================

[](#schranz-template-renderer-integration-for-handlebars)

Integrate the templating [Handlebars Adapter](https://github.com/schranz-templating/handlebars-adapter)into the Mezzio Framework.

Part of the [Schranz Templating Project](https://github.com/schranz-templating/templating).

Installation
------------

[](#installation)

Install this package via Composer:

```
composer require schranz-templating/mezzio-handlebars-integration
```

Register the ConfigProvider class in your `config/config.php` if not already automatically added by the framework:

```
// ...

$aggregator = new ConfigAggregator([
    // ...
    \Schranz\Templating\Integration\Mezzio\Handlebars\ConfigProvider::class,
]);
```

Configuration
-------------

[](#configuration)

The following configuration is available:

```
// src/App/src/ConfigProvider.php

class ConfigProvider
{
    public function __invoke(): array
    {
        return [
            // ...
            'handlebars' => [
                'path' => 'src/App/templates',
                'cache_dir' => 'data/cache/handlebars',
            ],
        ];
    }
}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~0 days

Total

2

Last Release

1283d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1698337?v=4)[Alexander Schranz](/maintainers/alexander-schranz)[@alexander-schranz](https://github.com/alexander-schranz)

---

Top Contributors

[![alexander-schranz](https://avatars.githubusercontent.com/u/1698337?v=4)](https://github.com/alexander-schranz "alexander-schranz (2 commits)")

### Embed Badge

![Health badge](/badges/schranz-templating-mezzio-handlebars-integration/health.svg)

```
[![Health](https://phpackages.com/badges/schranz-templating-mezzio-handlebars-integration/health.svg)](https://phpackages.com/packages/schranz-templating-mezzio-handlebars-integration)
```

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[laminas/laminas-view

Fast and type safe HTML templating library with a flexible plugin system supporting multistep template composition

7526.3M230](/packages/laminas-laminas-view)[qossmic/rich-model-forms-bundle

Provides additional data mapper options that ease the use of the Symfony Form component with rich models.

218278.7k](/packages/qossmic-rich-model-forms-bundle)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)

PHPackages © 2026

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