Download the PHP package plesk/mustache without Composer
On this page you can find all versions of the php package plesk/mustache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download plesk/mustache
More information about plesk/mustache
Files in plesk/mustache
Download plesk/mustache
More information about plesk/mustache
Files in plesk/mustache
Vendor plesk
Package mustache
Short Description A Mustache implementation in PHP.
License MIT
Homepage https://github.com/bobthecow/mustache.php
Package mustache
Short Description A Mustache implementation in PHP.
License MIT
Homepage https://github.com/bobthecow/mustache.php
Keywords templatingmustache
Please rate this library. Is it a good library?
Informations about the package mustache
Mustache.php
A Mustache implementation in PHP.
Installation
Usage
A quick example:
And a more in-depth example -- this is the canonical Mustache template:
Create a view "context" object -- which could also be an associative array, but those don't do functions quite as well:
And render it:
Note: we recommend using ENT_QUOTES
as a default of entity_flags to decrease the chance of Cross-site scripting vulnerability.
And That's Not All!
Read the Mustache.php documentation for more information.
See Also
All versions of mustache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package plesk/mustache contains the following files
Loading the files please wait ....