boekkooi/twig-jack-bundle

Handy additional features for Twig within symfony 2

Installs: 22 516

Dependents: 0

Suggesters: 0

Security: 0

Stars: 24

Watchers: 4

Forks: 7

Open Issues: 1

Type:symfony-bundle

1.3.3 2016-05-12 08:07 UTC

README

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...