text-template icon indicating copy to clipboard operation
text-template copied to clipboard

Single-Class string template engine for PHP5/7/8 supporting if/loops/filters

Results 4 text-template issues
Sort by recently updated
recently updated
newest added

This library is awesome, it's simple but powerful. But I'd like to ask for a little bit. about mathematical calculations data: ``` [ "money" => 1000, "tax" => 70, ];...

Due to new behaviour of PHP 8.1 it is no longer allowed to pass null values into string functions like `htmlspecialchars()`. So this causes errors while rendering TextTemplate with a...

Currenty only arrays can be used in for loops in template. This would allow iteration over all Traversable object too.