PHPackages                             jays-de/handlebars-bundle - 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. jays-de/handlebars-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

jays-de/handlebars-bundle
=========================

This Symfony bundle provides integration for the handlebars template engine.

1.2.0(7y ago)390.2k31MITPHPPHP &gt;=5.5CI failing

Since Jan 14Pushed 6y ago2 watchersCompare

[ Source](https://github.com/jenschude/HandlebarsBundle)[ Packagist](https://packagist.org/packages/jays-de/handlebars-bundle)[ Docs](https://github.com/jenschude/HandlebarsBundle)[ RSS](/packages/jays-de-handlebars-bundle/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelog (2)Dependencies (13)Versions (26)Used By (1)

HandlebarsBundle
================

[](#handlebarsbundle)

This [Symfony](http://symfony.com/) bundle provides integration for the [Handlebars](http://handlebarsjs.com/) template engine using [LightnCandy](https://packagist.org/packages/zordius/lightncandy) as renderer.

[![Build Status](https://camo.githubusercontent.com/1a27ed6a02fd8a9451360b26d7a8acd4af3fe466e9478f88bef952f072e9ce15/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a656e7363687564652f48616e646c656261727342756e646c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jenschude/HandlebarsBundle) [![Scrutinizer](https://camo.githubusercontent.com/71280fb5b767094f0668bd9951338b10f40cafb2c4381d896febfdf2cb84fb62/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a656e7363687564652f48616e646c656261727342756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jenschude/HandlebarsBundle/) [![Scrutinizer](https://camo.githubusercontent.com/07a337ad7ba5639522d0cb7ea93ee181291a18d93ae86b31cd9a1e396c35f84c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a656e7363687564652f48616e646c656261727342756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jenschude/HandlebarsBundle/) [![Packagist](https://camo.githubusercontent.com/84804c563b5a1006de1f5098c42abb28558c44243b0fc883dce94b6d9fa23d96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6179732d64652f68616e646c65626172732d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jays-de/handlebars-bundle) [![SensioLabsInsight](https://camo.githubusercontent.com/5f5a819fafc57f188dbccbce3ef7d3817726e0c9abcf668b2d8ab7f029e14e62/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65306339313064622d643332642d343133362d396135352d6662653631353363353736662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e0c910db-d32d-4136-9a55-fbe6153c576f)

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

[](#installation)

### Prerequisites

[](#prerequisites)

- Symfony 2.8+
- composer

### Installation

[](#installation-1)

```
composer require jays-de/handlebars-bundle

Composer will install the bundle to your project's `vendor/` directory.

### 2. Enable the bundle

Enable the bundle in the kernel:

``` php
