PHPackages                             andrewslince/slim3-mustache-view - 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. andrewslince/slim3-mustache-view

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

andrewslince/slim3-mustache-view
================================

PHP Mustache view class for Slim 3 Framework

1.0.5(9y ago)41.1k[2 issues](https://github.com/andrewslince/slim3-mustache-view/issues)MITPHPPHP &gt;=5.6

Since Nov 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/andrewslince/slim3-mustache-view)[ Packagist](https://packagist.org/packages/andrewslince/slim3-mustache-view)[ RSS](/packages/andrewslince-slim3-mustache-view/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

Slim 3 Framework Mustache View
==============================

[](#slim-3-framework-mustache-view)

[![Build Status](https://camo.githubusercontent.com/2b0b171921b3cca706da30ec66167ff5807e6e81fcd58707a631629787e3a943/68747470733a2f2f7472617669732d63692e6f72672f616e64726577736c696e63652f736c696d332d6d757374616368652d766965772e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/andrewslince/slim3-mustache-view)[![Latest Stable Version](https://camo.githubusercontent.com/37ada7535c0e2ce8912cba3b111d16424c8e99def692400ccfd98725b0b5322e/68747470733a2f2f706f7365722e707567782e6f72672f616e64726577736c696e63652f736c696d332d6d757374616368652d766965772f76657273696f6e)](https://packagist.org/packages/andrewslince/slim3-mustache-view)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/28d615c51224bca509e9accfcb7a2766aeacd9a499400784e71796fbb1a6de03/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e64726577736c696e63652f736c696d332d6d757374616368652d766965772f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/andrewslince/slim3-mustache-view/?branch=master)[![License](https://camo.githubusercontent.com/f650bffaae926449ff451cdb1ec5f450747acfd4fe6854855068d8e671e0a38c/68747470733a2f2f706f7365722e707567782e6f72672f616e64726577736c696e63652f736c696d332d6d757374616368652d766965772f6c6963656e7365)](https://packagist.org/packages/andrewslince/slim3-mustache-view)

A [PHP Mustache](https://github.com/bobthecow/mustache.php) class for render views on [Slim 3 Framework](http://www.slimframework.com/).

Requirements
------------

[](#requirements)

- [Slim](http://www.slimframework.com/) 3.0.0 or newer;
- [PHP](http://www.php.net/) 5.6 or newer.

Install
-------

[](#install)

Via [Composer](https://getcomposer.org/):

```
$ composer require andrewslince/slim3-mustache-view
```

Usage
-----

[](#usage)

```
