PHPackages                             benmacha/templatebundle - 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. [Framework](/categories/framework)
4. /
5. benmacha/templatebundle

ActiveSymfony-bundle[Framework](/categories/framework)

benmacha/templatebundle
=======================

Symfony Template Bundle

1.1.0.1(7y ago)2147MITHTMLPHP ^5.5.9 || ^7.0CI passing

Since Jan 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/BenMacha/Templatebundle)[ Packagist](https://packagist.org/packages/benmacha/templatebundle)[ RSS](/packages/benmacha-templatebundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (3)Versions (13)Used By (0)

Template Bundle
===============

[](#template-bundle)

Symfony bundle to generate template with a nice design in your Symfony application.

[![Support Palestine](https://camo.githubusercontent.com/b18b30503d09a12f6186d0f73a1967faac6ec91f183910423b79fa56ed34913b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f254630253946253837254235254630253946253837254238253230537570706f72742d50616c657374696e652d3030383030303f7374796c653d666c6174266c6f676f3d646174613a696d6167652f7376672b786d6c3b6261736536342c2e2e2e)](https://camo.githubusercontent.com/b18b30503d09a12f6186d0f73a1967faac6ec91f183910423b79fa56ed34913b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f254630253946253837254235254630253946253837254238253230537570706f72742d50616c657374696e652d3030383030303f7374796c653d666c6174266c6f676f3d646174613a696d6167652f7376672b786d6c3b6261736536342c2e2e2e)[![Latest Stable Version](https://camo.githubusercontent.com/dbb5cf61ef37abd0a4c58bb9763cdf3df2651d25e11a4347433fba8a9b44050a/68747470733a2f2f706f7365722e707567782e6f72672f62656e6d616368612f74656d706c61746562756e646c652f76657273696f6e)](https://packagist.org/packages/benmacha/templatebundle) [![Total Downloads](https://camo.githubusercontent.com/597d7b06b94b76ff79648da4f502556df69e6e6bac35ddecfc5cf467f9b1a07d/68747470733a2f2f706f7365722e707567782e6f72672f62656e6d616368612f74656d706c61746562756e646c652f646f776e6c6f616473)](https://packagist.org/packages/benmacha/templatebundle) [![Latest Unstable Version](https://camo.githubusercontent.com/ebc633fe597976f9aa36521debca29c65ca4c87b57f8581c22c31038d0a5c566/68747470733a2f2f706f7365722e707567782e6f72672f62656e6d616368612f74656d706c61746562756e646c652f762f756e737461626c65)](//packagist.org/packages/benmacha/templatebundle) [![License](https://camo.githubusercontent.com/e30bae5e99dafc32595c30a46aad9bf297b957afd6ccb4549e2b8d7af1d3454a/68747470733a2f2f706f7365722e707567782e6f72672f62656e6d616368612f74656d706c61746562756e646c652f6c6963656e7365)](https://packagist.org/packages/benmacha/templatebundle)

Installation
------------

[](#installation)

The easiest way to install and configure the TemplateBundle with Symfony is by using [Composer](https://getcomposer.org/): Add the `benmacha/templatebundle` package to your `require` section in the `composer.json` file.

```
$ composer require benmacha/templatebundle ^1.0
```

Add the Bundle to your application's kernel:

```
