PHPackages                             nod.st/cakephp-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. nod.st/cakephp-mustache

ActiveCakephp-plugin[Templating &amp; Views](/categories/templating)

nod.st/cakephp-mustache
=======================

Simple CakePHP View Helper Plugin for the Mustache template assets

v0.0.4(12y ago)0161PHPPHP &gt;=5.3.0

Since Sep 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/JacopKane/CakePHP-Mustache)[ Packagist](https://packagist.org/packages/nod.st/cakephp-mustache)[ RSS](/packages/nodst-cakephp-mustache/feed)WikiDiscussions master Synced 2w ago

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

CakePHP Mustache Helper Plugin
==============================

[](#cakephp-mustache-helper-plugin)

A helper for configuring and wrapping methods for the [Mustache template engine](http://mustache.github.com/).

Configuring
-----------

[](#configuring)

Install it from command line with the [Composer](http://http://getcomposer.org/) in your project:

```
composer require nod.st/cake-mustache

```

Load the plugin in your:

```

```

Add it to a Controller: (Note: Below option values are default settings, and you don't need to pass them as long as you would like to change it.)

```

```

Optionally you can also change set the path with `Configure` class with:

```
