2017 © Pedro Peláez
 

symfony-bundle twig-extensions-bundle

Commonly needed Twig extensions

image

elnur/twig-extensions-bundle

Commonly needed Twig extensions

  • Thursday, November 15, 2012
  • by elnur
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ElnurTwigExtensionsBundle

Currently, the bundle provides just two operators: starts_with and ends_with., (*1)

{% if 'Hello world' starts_with 'Hello' %}
{% if 'Hello world' ends_with 'world' %}

The Versions

15/11 2012

dev-master

9999999-dev

Commonly needed Twig extensions

  Sources   Download

MIT

The Requires

 

twig