2017 © Pedro Peláez
 

library stache

Simple Mustache-like rendering for PHP

image

rtens/stache

Simple Mustache-like rendering for PHP

  • Thursday, April 25, 2013
  • by rtens
  • Repository
  • 2 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

stache

Stache is a rendering engine heavily inspired by mustache., (*1)

Installation

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

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

Basic Usage

Check out the testcase for usage., (*3)

The Versions

25/04 2013

dev-master

9999999-dev http://github.com/watoki/stache

Simple Mustache-like rendering for PHP

  Sources   Download

MIT

The Requires

 

template rendering watoki