Download the PHP package visual-craft/string-interpolator without Composer
On this page you can find all versions of the php package visual-craft/string-interpolator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download visual-craft/string-interpolator
More information about visual-craft/string-interpolator
Files in visual-craft/string-interpolator
Download visual-craft/string-interpolator
More information about visual-craft/string-interpolator
Files in visual-craft/string-interpolator
Vendor visual-craft
Package string-interpolator
Short Description PHP library which provides string interpolation (variable expansion) functionality
License MIT
Package string-interpolator
Short Description PHP library which provides string interpolation (variable expansion) functionality
License MIT
Please rate this library. Is it a good library?
Informations about the package string-interpolator
String Interpolator
PHP library which provides string interpolation (variable expansion) functionality
Install
Usage
Instantiate interpolator object
String interpolation
Variable name can be enclosed with '{' and '}' to separate from the rest of the string:
'$var_name' can be escaped with '\':
VisualCraft\StringInterpolator\MissingVariableException
will be thrown if variable is missing:
Get variables names from subject
Get variables counts from subject
Tests
License
MIT
All versions of string-interpolator with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5.0|^7.0
The package visual-craft/string-interpolator contains the following files
Loading the files please wait ....