Libraries tagged by StringTemplate
nicmart/string-template
1816036 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
391527 Downloads
🌱 Wrapper around Twig making rendering a string template trivial
text/template
209571 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.
youniwemi/string-template
909 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
5541 Downloads
String template engine for Laravel applications
dcsg/stringy-template
34370 Downloads
Stringy and String Template together
nabeghe/risma
11 Downloads
A lightweight, zero-dependency string template engine and interpreter for PHP — embed logic, conditionals, and function pipelines directly inside strings.
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
24607 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.