rtens/stache

Simple Mustache-like rendering for PHP

dev-master 2013-04-25 10:32 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:51:13 UTC


README

Stache is a rendering engine heavily inspired by mustache.

Installation

To use it in your own project, add the following lines to your composer.json.

"require" : {
    "watoki/stache" : "*"
},
"minimum-stability": "dev"

Basic Usage

Check out the testcase for usage.