Download the PHP package piestar/dough without Composer
On this page you can find all versions of the php package piestar/dough. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download piestar/dough
More information about piestar/dough
Files in piestar/dough
Download piestar/dough
More information about piestar/dough
Files in piestar/dough
Please rate this library. Is it a good library?
Informations about the package dough
Dough Template Language
Dough is a tiny templating language that understands two constructs:
-
{{ some_variable }}
Normal variables (will be HTML-escaped on output) {!! some_variable !!}
Raw variables (will not be HTML-escaped when output)
It also allows for arrays in its data:
{{ pie.name }}
We use this for user-exposed tokens in a mail merge, where we wouldn't want the user to have access to a more complex templating language with a larger surface area to secure.
Be aware that this package does not currently protect against JavaScript or malicious HTML injection.
Examples
All versions of dough with dependencies
PHP Build Version
Package Version
No informations.
The package piestar/dough contains the following files
Loading the files please wait ....