PHPackages                             antidot-fw/twig-template-renderer - 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. antidot-fw/twig-template-renderer

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

antidot-fw/twig-template-renderer
=================================

Antidot Framework Twig template renderer library

0.2.0(5y ago)2282[3 PRs](https://github.com/antidot-framework/twig-template-renderer/pulls)MITPHPPHP ^7.4|^8.0

Since Jun 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/antidot-framework/twig-template-renderer)[ Packagist](https://packagist.org/packages/antidot-fw/twig-template-renderer)[ Docs](https://github.com/antidot-fw/twig-template-renderer)[ GitHub Sponsors](https://github.com/kpicaza)[ RSS](/packages/antidot-fw-twig-template-renderer/feed)WikiDiscussions 1.x.x Synced 2d ago

READMEChangelog (1)Dependencies (6)Versions (5)Used By (0)

Antidot Framework Twig Template Renderer
========================================

[](#antidot-framework-twig-template-renderer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/19ed7bf7ea4eb961e6677558cb75f9913464ea872f43ca8ae7d52682137f7299/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e7469646f742d66772f747769672d74656d706c6174652d72656e64657265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/antidot-fw/twig-template-renderer)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c29adda053a17c8b7062b34485d292c79764bc4f2b920803cfb26ffdae4b2098/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f747769672d74656d706c6174652d72656e64657265722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://travis-ci.org/antidot-fw/twig-template-renderer)[![Coverage Status](https://camo.githubusercontent.com/21c6d1f5624581c94f04fd9a3ff67236ed69550571af775981ffae9f2baa5f3e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f747769672d74656d706c6174652d72656e64657265722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-fw/twig-template-renderer/code-structure)[![Total Downloads](https://camo.githubusercontent.com/c7f499b810f1587cae89aac7245738209a5069f7a0eed084e563580e7a26c6c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e7469646f742d66772f747769672d74656d706c6174652d72656e64657265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/antidot-fw/twig-template-renderer)

Twig Template Renderer for Antidot Framework

Install
-------

[](#install)

Via Composer

```
$ composer require antidot-fw/twig-template-renderer
```

### Antidot framework

[](#antidot-framework)

It will work out of the box, the only thing you need is to inject the TemplateRenderer interface in your request handler constructor

### As standalone component

[](#as-standalone-component)

See factory classes at `src/Container`.

Config
------

[](#config)

```
