Download the PHP package takemo101/simple-templa without Composer
On this page you can find all versions of the php package takemo101/simple-templa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download takemo101/simple-templa
More information about takemo101/simple-templa
Files in takemo101/simple-templa
Download takemo101/simple-templa
More information about takemo101/simple-templa
Files in takemo101/simple-templa
Vendor takemo101
Package simple-templa
Short Description Simple Template Parser
License MIT
Homepage https://github.com/takemo101/simple-templa
Package simple-templa
Short Description Simple Template Parser
License MIT
Homepage https://github.com/takemo101/simple-templa
Please rate this library. Is it a good library?
Informations about the package simple-templa
Simple Template Parser
The Simple Templa is a simple template parser.
Enjoy!
How to use
Please use as follows
Basic
Filter
You can add filters to the Enviroment Object
Value processing
You can process the value passed to the template with a function.
Template language
Only filters and variables are available in this template language.
expression | example |
---|---|
variables | {{ data.first }} {{ data.second }} |
filters | {{ data.first|strtolower }} {{ data.second|strtoupper }} |
All versions of simple-templa with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package takemo101/simple-templa contains the following files
Loading the files please wait ....