PHPackages                             jayc89/slim-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. jayc89/slim-handlebars

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

jayc89/slim-handlebars
======================

Handlebars View Parser package for the Slim Framework

11914[1 issues](https://github.com/jayc89/slim-handlebars/issues)PHP

Since Jan 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/jayc89/slim-handlebars)[ Packagist](https://packagist.org/packages/jayc89/slim-handlebars)[ RSS](/packages/jayc89-slim-handlebars/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Slim Handlebars
===============

[](#slim-handlebars)

[![Latest Stable Version](https://camo.githubusercontent.com/468e0a2120e9b978614326842f18d3d0c118e6782907766d4ced7b9f571500dc/68747470733a2f2f706f7365722e707567782e6f72672f6a61796338392f736c696d2d68616e646c65626172732f762f737461626c652e706e67)](https://packagist.org/packages/jayc89/slim-handlebars)[![Total Downloads](https://camo.githubusercontent.com/3939838151f8053128978944c51fb3c5b5427e122df20f511afa42b628147cf2/68747470733a2f2f706f7365722e707567782e6f72672f6a61796338392f736c696d2d68616e646c65626172732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/jayc89/slim-handlebars)[![Bitdeli Badge](https://camo.githubusercontent.com/cfb27d593100a54541038ed76cbe683e0304789704cb2fd31c7596fc9cbf1ab6/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f6a61796338392f736c696d2d68616e646c65626172732f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

This repository contains a custom View class for Handlebars (). You can use the custom View class by either requiring the appropriate class in your Slim Framework bootstrap file and initialize your Slim application using an instance of the selected View class or using Composer (the recommended way).

How to Install
--------------

[](#how-to-install)

#### using [Composer](http://getcomposer.org/)

[](#using-composer)

Create a composer.json file in your project root:

```
{
    "require": {
        "jayc89/slim-handlebars": "dev-master"
    }
}
```

Then run the following composer command:

```
$ php composer.phar install
```

How to use
----------

[](#how-to-use)

```
