PHPackages                             alb/twig-shell-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. alb/twig-shell-bundle

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

alb/twig-shell-bundle
=====================

Provides a simple Twig REPL

0.1.0(13y ago)82.4kMITPHP

Since Jan 19Pushed 13y ago2 watchersCompare

[ Source](https://github.com/arnaud-lb/TwigShellBundle)[ Packagist](https://packagist.org/packages/alb/twig-shell-bundle)[ RSS](/packages/alb-twig-shell-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Twig Shell Bundle
=================

[](#twig-shell-bundle)

Provides a simple Twig REPL

Example
-------

[](#example)

```
$ ./app/console twig:shell
twig > 512*2
1024
twig > 512*2|number_format()
1024
twig > (512*2)|number_format()
1,024
twig >

```

Install
-------

[](#install)

```
$ composer require alb/twig-shell-bundle:*

```

Enable the bundle
-----------------

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
