PHPackages                             nmb/twig-extensions-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. nmb/twig-extensions-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

nmb/twig-extensions-bundle
==========================

Add some functions and filters to twig

1.0.0(12y ago)017MITPHPPHP &gt;=5.3.2

Since Aug 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Badji/NmbTwigExtensionsBundle)[ Packagist](https://packagist.org/packages/nmb/twig-extensions-bundle)[ RSS](/packages/nmb-twig-extensions-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

NmbTwigExtensionsBundle
=======================

[](#nmbtwigextensionsbundle)

Some Twig functions and filters i wanna use on my symfony projects

Installation
------------

[](#installation)

Add NmbTwigExtensionsBundle to your composer.json

```
{
    "require": {
        "nmb/twig-extensions-bundle": "dev-master"
    }
}
```

Download the bundle by runung the command

```
$php composer.phar update nmb/twig-extensions-bundle
```

Add the bundle to your app/AppKernel.php

```
