PHPackages                             enterprisephp/display-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. enterprisephp/display-bundle

ActiveSymfony-bundle

enterprisephp/display-bundle
============================

This Bundle provides generate view for given object

v1.3(9y ago)42.1k1MITPHPPHP ^5.5.9|~7.0

Since Jan 6Pushed 9y ago5 watchersCompare

[ Source](https://github.com/EnterprisePHP/EPDisplayBundle)[ Packagist](https://packagist.org/packages/enterprisephp/display-bundle)[ Docs](https://enterprisephp.github.io)[ RSS](/packages/enterprisephp-display-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (14)Versions (6)Used By (0)

EPDisplayBundle
===============

[](#epdisplaybundle)

Easily generate view for given entity/object

[![SensioLabsInsight](https://camo.githubusercontent.com/8240ce02cb82c780cc89659bd0d2bddde0fe7d760aebc180fb6a5e42aaec4a54/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39653636653035642d666637392d346138622d396362302d6464353437663935633136322f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/9e66e05d-ff79-4a8b-9cb0-dd547f95c162)[![knpbundles.com](https://camo.githubusercontent.com/99474953700f5c66d7d8f128bf191fa06ef3cf7f2ae02df4a1741d8e8056c111/687474703a2f2f6b6e7062756e646c65732e636f6d2f456e74657270726973655048502f4550446973706c617942756e646c652f62616467652d73686f7274)](http://knpbundles.com/EnterprisePHP/EPDisplayBundle)

Very Basic Screenshot;
----------------------

[](#very-basic-screenshot)

[![image](https://cloud.githubusercontent.com/assets/4572080/14238217/cd669910-fa36-11e5-9623-d4d150065659.png)](https://cloud.githubusercontent.com/assets/4572080/14238217/cd669910-fa36-11e5-9623-d4d150065659.png)

### Related Links;###

[](#related-links)

- [academic/vipa#990](https://github.com/academic/vipa/issues/990)
-

---

- Development steps can be followed from
- A basic test and logic controller and view can be found in
-

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, go to your project directory and execute the following command to download the latest version of this bundle:

```
$ composer require enterprisephp/display-bundle "dev-master"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

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

```
