Libraries tagged by StringTemplate
nicmart/string-template
1771889 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.
wyrihaximus/simple-twig
300657 Downloads
🌱 Wrapper around Twig making rendering a string template trivial
text/template
206916 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.
dcsg/stringy-template
33916 Downloads
Stringy and String Template together
rpungello/laravel-string-template
5463 Downloads
String template engine for Laravel applications
youniwemi/string-template
599 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)
phptransformers/string-template
52 Downloads
StringTemplate implementation of PhpTransformer
shura/string-template
23 Downloads
A php library to simple and effectively handle template strings.
phramework/string-template
24604 Downloads
String template based on nicmart/string-template
latinosoft/string-template
24 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.