TwigJackBundle icon indicating copy to clipboard operation
TwigJackBundle copied to clipboard

Handy additional features for Twig within symfony 2

Twig Jack Repository

Build Status Code Coverage Scrutinizer Code Quality Total Downloads Latest Stable Version License Reference Status SensioLabsInsight

This repository hosts Twig Extensions and Template tweaks for the symfony 2 framework.

BoekkooiTwigJackBundle is using Semantic Versioning starting with version 1.1.0.

Fork this repository, add your extension, and request a pull.

Install and configure

composer require boekkooi/twig-jack-bundle dev-master

The Defer Block

A defer/append twig block. more...

The Exclamation Syntax

Use {% extends "!@<bundle>" %} to inherit from the root bundle. more...

The Doctrine Loader

Add one or multiple doctrine/database template loaders to twig with optional translation support. more...

Twig syntax constraint

Validate that a string is a valid twig template. more...