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

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

schranz-templating/spiral-handlebars-integration
================================================

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

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

Since Nov 14Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (4)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 Spiral Framework.

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

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

[](#installation)

Install this package via Composer:

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

Register the Bootloader class in your `app/src/Application/Kernel.php` if not already automatically added by the framework:

```
class Kernel extends \Spiral\Framework\Kernel
{
    protected const LOAD = [
        // ...
        \Schranz\Templating\Integration\Spiral\Handlebars\Bootloader\HandlebarsBootloader::class,
    ];
}
```

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

[](#configuration)

The integration provides the following configuration.

```
// app/config/schranz_templating_handlebars.php

declare(strict_types=1);

return [
    'path' => 'app/views',
    'cache_dir' => 'runtime/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

1275d 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 (4 commits)")

### Embed Badge

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

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

###  Alternatives

[spiral/stempler

Stempler, HTML markup processor and template engine framework

1388.1k3](/packages/spiral-stempler)[spiral/cycle-bridge

Cycle ORM integration package

18128.9k7](/packages/spiral-cycle-bridge)

PHPackages © 2026

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