Download the PHP package flowpack/mustache without Composer
On this page you can find all versions of the php package flowpack/mustache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mustache
Flowpack.Mustache
Opinionated Mustache templates.
TL;DR
composer require flowpack/mustache
-
Inherit the Template object and set template variables as keys
-
Place a Mustache template into
Packages/Sites/Your.Site/Resources/Private/Fusion/Hello/Hello.html
. E.g.Hello, {{planet}}
- Alternatively you can use it as an Eel helper, e.g.
@process.params = ${Mustache.render('Hello, {{planet}}', {planet: 'Earth'})}
. Useful for replacing some placeholders in content.
TODO: object access
All versions of mustache with dependencies
PHP Build Version
Package Version
The package flowpack/mustache contains the following files
Loading the files please wait ....