An open API service indexing awesome lists of open source software.

https://github.com/itinance/simplifytwigextension


https://github.com/itinance/simplifytwigextension

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

SimplifyTwigExtension
=====================

Brings ezComponents str_simplify-function to Twig

Substitutes newlines, tabs, and multiple spaces from the string $str and replaces it with a single blank.
Whitespace in the beginning and at the end of the $str are removed

Stolen from the former ezComponents-Framework

Installation using composer:

```
"repositories": [
{
"type": "git",
"url": "git@github.com:itinance/SimplifyTwigExtension.git"
}
],
"require": {
"itinance/SimplifyTwigExtension": "dev-master"
},
```