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.