PHPackages                             glifery/entity-hidden-type-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. glifery/entity-hidden-type-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

glifery/entity-hidden-type-bundle
=================================

Hidden field for Symfony2 entities

2.1.0(8y ago)18136.8k8[1 issues](https://github.com/Glifery/EntityHiddenTypeBundle/issues)[1 PRs](https://github.com/Glifery/EntityHiddenTypeBundle/pulls)MITPHPPHP &gt;=5.3.0

Since Feb 12Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Glifery/EntityHiddenTypeBundle)[ Packagist](https://packagist.org/packages/glifery/entity-hidden-type-bundle)[ RSS](/packages/glifery-entity-hidden-type-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (12)Used By (0)

EntityHidden form type
======================

[](#entityhidden-form-type)

Hidden entity type for Symfony2/Symfony3 forms.

What is it?
-----------

[](#what-is-it)

This is a Symfony2/Symfony3 form type that allows you to add an entity in your form that would be displayed as a hidden input.

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

[](#installation)

### Step 1: Download EntityHiddenTypeBundle using composer

[](#step-1-download-entityhiddentypebundle-using-composer)

```
$ php composer.phar require glifery/entity-hidden-type-bundle

```

Composer will install the bundle to your project's vendor/glifery directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
