Libraries tagged by StringTemplate
nicmart/string-template
1740075 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
244665 Downloads
🌱 Wrapper around Twig making rendering a string template trivial
text/template
204448 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
33165 Downloads
Stringy and String Template together
youniwemi/string-template
569 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)
rpungello/laravel-string-template
5350 Downloads
String template engine for Laravel applications
phramework/string-template
24604 Downloads
String template based on nicmart/string-template
phptransformers/string-template
52 Downloads
StringTemplate implementation of PhpTransformer
shura/string-template
23 Downloads
A php library to simple and effectively handle template strings.
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.