Download the PHP package openemr/mustache without Composer
On this page you can find all versions of the php package openemr/mustache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download openemr/mustache
More information about openemr/mustache
Files in openemr/mustache
Download openemr/mustache
More information about openemr/mustache
Files in openemr/mustache
Vendor openemr
Package mustache
Short Description A Mustache implementation in PHP.
License MIT
Homepage https://github.com/openemr/mustache.php
Package mustache
Short Description A Mustache implementation in PHP.
License MIT
Homepage https://github.com/openemr/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.
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
>=5.2.4
The package openemr/mustache contains the following files
Loading the files please wait ....