PHPackages                             socle/missing-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. socle/missing-type-bundle

ActiveSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

socle/missing-type-bundle
=========================

This bundle aims to provide missing form type in Symfony2.

010PHP

Since Nov 14Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Socle/MissingTypeBundle)[ Packagist](https://packagist.org/packages/socle/missing-type-bundle)[ RSS](/packages/socle-missing-type-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

SocleMissingTypeBundle
======================

[](#soclemissingtypebundle)

This bundle aims to provide missing form type in Symfony2.

Documentation
-------------

[](#documentation)

For now, this bundle provide the following types:

```
- hidden_boolean: Keep boolean value in hidden field

```

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

[](#installation)

Add SocleMissingTypeBundle in your composer.json:

```
{
    "require": {
        "socle/missing-type-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update
# OR
$ php composer.phar update socle/missing-type-bundle # to only update the bundle
```

Enable the bundle in the kernel:

```
