24hoursmedia / twig-extension-bundle
Symfony 2 twig extension bundle
Installs: 206
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.6
- 24hoursmedia/php-dom-manipulations: ^0.1.3
- coduo/php-humanizer: ^2.0
- letsdrink/ouzo-goodies: ^1.6
This package is not auto-updated.
Last update: 2024-12-19 08:32:07 UTC
README
symfony twig extensions bundle
installation
Through composer in your symfony project:
composer require 24hoursmedia/twig-extension-bundle
Then, register the bundle in your AppKernel by adding the following line:
new T4\Bundle\TwigExtensionBundle\T4TwigExtensionBundle()
twig extensions
google analytics filters
- filter to add google campaign information to links
validator filters
- apply symfony validator on data and return errors as an array for use in twig