PHPackages                             newism/nsm-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. newism/nsm-twig-extensions-bundle

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

newism/nsm-twig-extensions-bundle
=================================

210PHP

Since Jul 22Pushed 13y agoCompare

[ Source](https://github.com/newism/NSMTwigExtensionsBundle)[ Packagist](https://packagist.org/packages/newism/nsm-twig-extensions-bundle)[ RSS](/packages/newism-nsm-twig-extensions-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\*\* Not stable \*\*

Twig Extensions used in Newism projects.
========================================

[](#twig-extensions-used-in-newism-projects)

This bundle should be used in conjunction with Symfony2.

Installation
============

[](#installation)

Step 1: Download NSMTwigExtensionsBundle using composer
-------------------------------------------------------

[](#step-1-download-nsmtwigextensionsbundle-using-composer)

Add NSMTwigExtensionsBundle in your composer.json:

```
{
    "require": {
        "newism/nsm-twig-extensions-bundle": "*"
    }
}
```

Now tell composer to download the bundle by running the command:

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

Composer will install the bundle to your project's `vendor/bundles/NSM` directory.

Add NSMTwigExtensionsBundle to your application kernel
------------------------------------------------------

[](#add-nsmtwigextensionsbundle-to-your-application-kernel)

```
