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
- Host: GitHub
- URL: https://github.com/goetas/twital-bundle
- Owner: goetas
- License: mit
- Created: 2014-01-31T08:56:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T14:26:51.000Z (over 1 year ago)
- Last Synced: 2025-05-19T06:42:51.781Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 1020 KB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-symfony - TwitalBundle - An attribute template engine built on top of Twig and 100% compatible with all twig's features. (Template Engine)
README
[](https://travis-ci.org/goetas/twital-bundle)
[](https://scrutinizer-ci.com/g/goetas/twital-bundle/)
[](https://scrutinizer-ci.com/g/goetas/twital-bundle/)
[](https://raw.githubusercontent.com/goetas/twital-bundle/master/LICENSE)
[](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