PHPackages                             dearon/slim-mustache - 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. dearon/slim-mustache

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

dearon/slim-mustache
====================

Mustache View Parser package for the Slim Framework

0.1.1(11y ago)144.9k42MITPHPPHP &gt;=5.3.0

Since Mar 6Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Dearon/Slim-Mustache)[ Packagist](https://packagist.org/packages/dearon/slim-mustache)[ Docs](http://github.com/dearon/Slim-Mustache)[ RSS](/packages/dearon-slim-mustache/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (3)Used By (2)

Slim Mustache
=============

[](#slim-mustache)

This repository contains a custom View class for Mustache.php. 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": {
        "dearon/slim-mustache": "0.1.*"
    }
}
```

Then run the following composer command:

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

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

[](#how-to-use)

```
