Skip to content

watoki/stache

Repository files navigation

stache

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.

About

Simple mustache-like rendering engine for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages