text-template
text-template copied to clipboard
Single-Class string template engine for PHP5/7/8 supporting if/loops/filters
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...
_in.php ```
Currenty only arrays can be used in for loops in template. This would allow iteration over all Traversable object too.