Download the PHP package tentwofour/twig without Composer
On this page you can find all versions of the php package tentwofour/twig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tentwofour/twig
More information about tentwofour/twig
Files in tentwofour/twig
Package twig
Short Description Twig extensions
License MIT
Homepage https://github.com/tentwofour/twig
Informations about the package twig
Twig
A few Twig extensions
EmailEncodingExtension
Provides a 'email_encode' filter, that encodes text into a random mix of ascii, hex, and plain characters. Pulled from the SF1 libraries.
email_encode(\<string> text)
DiffExtension
Provides 2 functions, 'diff', and 'diff_html'.
diff(\<iterable> a, \<iterable> b)
Differentiates 2 arrays, and returns a multi-dimensional array containing the differences.
diff_html(\<string> a, \<string> b, \<string> output)
Differentiates 2 strings, and returns an array containing the differences, surrounded by HTML and tags.
Optionally returns a single string with the differences if output is set to 'string'.
InflectorExtension
Provides string inflection functions: 'camelcase_to_capitalized_words', 'camelcase_to_sentence_case_words', and 'camelcase_to_lower_case_words'.
MoneyExtension
Provides a 'cents_to_dollars' filter; which does exactly what it says it does.
NumberExtension
Provides a 'number_to_human_readable' filter, to round to the closest thousand or million, and add a suffix (K, M).
number_to_human_readable(<int|float> number, $precision, method)
All versions of twig with dependencies
twig/twig Version ^1.0|^2.0|^3.0
tentwofour/formatter Version ^1.1
tentwofour/inflector Version ^1.1
twig/intl-extra Version ^2.0