Libraries tagged by string-template
nicmart/string-template
1461527 Downloads
StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.
text/template
183844 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.
wyrihaximus/simple-twig
101288 Downloads
🌱 Wrapper around Twig making rendering a string template trivial
dcsg/stringy-template
26371 Downloads
Stringy and String Template together
rpungello/laravel-string-template
2076 Downloads
String template engine for Laravel applications
youniwemi/string-template
321 Downloads
StringTemplate is a very simple but powefull string template engine for php. It allows named and nested substutions as well as conditionnals et custom filters (originaly a fork of nicmart/StringTemplate)
phramework/string-template
24551 Downloads
String template based on nicmart/string-template
phptransformers/string-template
44 Downloads
StringTemplate implementation of PhpTransformer
shura/string-template
22 Downloads
A php library to simple and effectively handle template strings.
latinosoft/string-template
23 Downloads
StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.