PHPackages                             goetas/twital-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. goetas/twital-bundle

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

goetas/twital-bundle
====================

Twital templating engine Symfony Bundle

1.6.0(2y ago)206.8k6[1 issues](https://github.com/goetas/twital-bundle/issues)[1 PRs](https://github.com/goetas/twital-bundle/pulls)MITPHPPHP ^5.5.9|^7.0|^8.0

Since Apr 8Pushed 1y ago2 watchersCompare

[ Source](https://github.com/goetas/twital-bundle)[ Packagist](https://packagist.org/packages/goetas/twital-bundle)[ Docs](https://github.com/goetas/twital-bundle)[ RSS](/packages/goetas-twital-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (10)Versions (15)Used By (0)

[![Build Status](https://camo.githubusercontent.com/76b56862d02397b05152e08f48df6afc7360844acabbfacbc5614bd977a30f6b/68747470733a2f2f7472617669732d63692e6f72672f676f657461732f74776974616c2d62756e646c652e706e673f6272616e63683d646576)](https://travis-ci.org/goetas/twital-bundle)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/a293d88c8a48837f0a7e8eb7d79c4c8b647d52c4eae8ef2f16601fc8f3df1e59/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676f657461732f74776974616c2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/goetas/twital-bundle/)[![Code Coverage](https://camo.githubusercontent.com/044c2831e52d884d5bb3c2f6f48e67884e88390c02e3e8bffe00bcf2611ac143/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676f657461732f74776974616c2d62756e646c652f6261646765732f636f7665726167652e706e67)](https://scrutinizer-ci.com/g/goetas/twital-bundle/)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/goetas/twital-bundle/master/LICENSE)[![Packagist](https://camo.githubusercontent.com/082481d96dcb99abe52e9db5d541e2726777d199fd8c2fe49184dff8eb2950b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676f657461732f74776974616c2d62756e646c652e737667)](https://packagist.org/packages/goetas/twital-bundle)

TwitalBundle (Twital with Symfony)
==================================

[](#twitalbundle-twital-with-symfony)

TwitalBundle is a [Symfony](http://symfony.com/) bundle that integrates the [Twital](https://github.com/goetas/twital/) template engine into Synfony2 framework. This enables you to use all Twig/Symfony functionalities with the Twital template engine language syntax.

To learn more about Twital, you can read the [dedicated documentation](http://twital.readthedocs.org/).

Install
-------

[](#install)

The recommended way to install TwitalBundle is using [Composer](https://getcomposer.org/):

```
composer require 'goetas/twital-bundle'
```

If you are using [Symfony Flex](https://github.com/symfony/flex), the bundle will be automatically enabled and configured, otherwise follow the next steps.

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

[](#enable-the-bundle)

To enable the bundle in the kernel:

```
