An open API service indexing awesome lists of open source software.

https://github.com/goetas/twital-bundle

Twital integration for Symfony
https://github.com/goetas/twital-bundle

Last synced: 4 months ago
JSON representation

Twital integration for Symfony

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/goetas/twital-bundle.png?branch=dev)](https://travis-ci.org/goetas/twital-bundle)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/goetas/twital-bundle/badges/quality-score.png)](https://scrutinizer-ci.com/g/goetas/twital-bundle/)
[![Code Coverage](https://scrutinizer-ci.com/g/goetas/twital-bundle/badges/coverage.png)](https://scrutinizer-ci.com/g/goetas/twital-bundle/)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/goetas/twital-bundle/master/LICENSE)
[![Packagist](https://img.shields.io/packagist/v/goetas/twital-bundle.svg)](https://packagist.org/packages/goetas/twital-bundle)

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
-------

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

```bash
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
-----------------

To enable the bundle in the kernel:

```php