PHPackages                             timonf/twigony-framework-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. timonf/twigony-framework-bundle

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

timonf/twigony-framework-bundle
===============================

Twigony FrameworkBundle

v0.9.2(8y ago)3221[2 issues](https://github.com/timonf/twigony-bundle/issues)MITPHPPHP &gt;=7.0.0

Since May 11Pushed 8y agoCompare

[ Source](https://github.com/timonf/twigony-bundle)[ Packagist](https://packagist.org/packages/timonf/twigony-framework-bundle)[ RSS](/packages/timonf-twigony-framework-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (12)Versions (4)Used By (0)

{{ Twigony FrameworkBundle }}
=============================

[](#-twigony-frameworkbundle-)

[![SensioLabsInsight](https://camo.githubusercontent.com/b9add393843015c75c3f10cbd469fc9b66ffa75df95c23145d1153f840f48fa9/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61323036383463622d383361612d343836662d386265632d6530613463643361653330372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/a20684cb-83aa-486f-8bec-e0a4cd3ae307)

Twigony is inspired by Symfony's [TemplateController](http://symfony.com/doc/3.3/templating/render_without_controller.html). Twigony provides default controller actions for common use cases. You are able to configure Twigony through your `routing.yml` file (like Symfony's TemplateController).

Goals of Twigony:

- Easy to use (no own controllers are needed, an Entity and a template is all you need)
- Usable for fast prototyping
- Usable for simple pages
- Much more frontend code (Twig) and less backend code (PHP/Symfony)
- Covers common use cases (database listing, email…)

---

**Information:** This project is in development. If you want to support me or this project contact me on [Slack](https://symfony-devs.slack.com) (My name: @timon). If you don't have access to Slack, have a look [here](http://symfony.com/support).

---

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

[](#installation)

Create an empty project and use composer to install this bundle:

```
$ symfony new your-new-project
$ composer require timonf/twigony-framework-bundle
```

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
