The Text Extension

December 20, 2013 · View on GitHub

<?php

$loader = new Twig_Loader_Filesystem('/path/to/templates');
$twig   = new Twig_Environment($loader);
$twig->addExtension(new \KzykHys\TwigExtensions\Extension\Text());

Filters

NameExtensionDescription
centerTextCenters the value in a field of a given width.
filesizeformatTextFormat the value like a ‘human-readable’ file size (i.e. 13 kB, 4.1 MB, 102 Bytes, etc)
md5TextCalculate the md5 hash of a string
sha1TextCalculate the sha1 hash of a string
sha512TextCalculate the sha512 hash of a string

Functions

NameExtensionDescription
lipsumTextGenerates some lorem ipsum for the template