PHPackages                             allmarkedup/twig-extensions - 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. allmarkedup/twig-extensions

ActiveLibrary[Templating &amp; Views](/categories/templating)

allmarkedup/twig-extensions
===========================

A few handy extensions for Twig.

v0.2(11y ago)19.9kMITPHP

Since Oct 27Pushed 11y agoCompare

[ Source](https://github.com/allmarkedup/twig-extensions)[ Packagist](https://packagist.org/packages/allmarkedup/twig-extensions)[ RSS](/packages/allmarkedup-twig-extensions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Twig Extensions
===============

[](#twig-extensions)

A few handy extensions for [Twig](http://twig.sensiolabs.org/).

Included extensions:

- [Markdown Extension](#markdown-extension)

Installation and use
--------------------

[](#installation-and-use)

Using composer:

```
$ composer require allmarkedup/twig-extensions
```

Then load the required extension(s) into the Twig environment when setting it up as per [the instructions in the Twig docs](http://twig.sensiolabs.org/doc/api.html#using-extensions). For example, to use the Markdown extension, you would use something like this:

```
