Libraries tagged by string-template
nicmart/string-template
1748323 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
251519 Downloads
🌱 Wrapper around Twig making rendering a string template trivial
text/template
205021 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
33297 Downloads
Stringy and String Template together
youniwemi/string-template
575 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
5368 Downloads
String template engine for Laravel applications
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.