2017 © Pedro Peláez
 

library symfony-twig-bridge

Symfony implementation of the tentwofour/twig package

image

tentwofour/symfony-twig-bridge

Symfony implementation of the tentwofour/twig package

  • Thursday, March 30, 2017
  • by tentwofour
  • Repository
  • 1 Watchers
  • 0 Stars
  • 51 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Twig Bridge Bundle

Bridge to provide Twig extensions (https://github.com/tentwofour/twig) into Symfony2., (*1)

Enable in AppKernel

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Ten24\SymfonyTwigBridgeBundle\Ten24SymfonyTwigBridgeBundle()
        )
        ...
    }
    ...
}

Usage

By default, the bundle registers all extensions from https://github.com/tentwofour/twig by default. See that bundle for extension documentation., (*2)

Any/all extensions can be disabled via bundle configuration:, (*3)

# app/config.yml

ten24_twig:
    email: false
    diff: false
    inflector: false
    money: false
    number: false

The Versions

30/03 2017

dev-master

9999999-dev https://github.com/tentwofour/SymfonyTwigBridge

Symfony implementation of the tentwofour/twig package

  Sources   Download

MIT

The Requires

 

The Development Requires

twig symfony ten24 tentwofour

30/03 2017

1.0.3

1.0.3.0 https://github.com/tentwofour/SymfonyTwigBridge

Symfony implementation of the tentwofour/twig package

  Sources   Download

MIT

The Requires

 

The Development Requires

twig symfony ten24 tentwofour

28/03 2017

1.0.2

1.0.2.0 https://github.com/tentwofour/SymfonyTwigBridge

Symfony implementation of the tentwofour/twig package

  Sources   Download

MIT

The Requires

 

The Development Requires

twig symfony ten24 tentwofour

04/04 2016

1.0.0

1.0.0.0 https://github.com/tentwofour/SymfonyTwigBridge

Symfony implementation of the tentwofour/twig package

  Sources   Download

MIT

The Requires

 

The Development Requires

twig symfony ten24 tentwofour