PHPackages                             symfony-hackers/form-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. symfony-hackers/form-bundle

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

symfony-hackers/form-bundle
===========================

Extra form types for your Symfony projects

2.x-dev(8y ago)49.5k4[10 issues](https://github.com/symfony-hackers/SHFormBundle/issues)MITPHPPHP ^5.5.9 | ^7.0

Since Dec 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/symfony-hackers/SHFormBundle)[ Packagist](https://packagist.org/packages/symfony-hackers/form-bundle)[ RSS](/packages/symfony-hackers-form-bundle/feed)WikiDiscussions master Synced yesterday

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

This repository is abandoned and not maintained.
================================================

[](#this-repository-is-abandoned-and-not-maintained)

SHFormBundle
============

[](#shformbundle)

This package is a fork of [GenemuFormBundle](https://github.com/genemu/GenemuFormBundle)

*If you want to migrate from GenemuFormBundle to SHFormBundle follow [this document](MIGRATE-FROM-GENEMU.md).*

[![Build Status](https://camo.githubusercontent.com/04884147128fdb5ac013c268660ecbedea2039c772e705651fba471456746688/68747470733a2f2f7472617669732d63692e6f72672f73796d666f6e792d6861636b6572732f5348466f726d42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/symfony-hackers/SHFormBundle)

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

[](#installation)

Installation is quick and easy, 3 steps process

1. Install SHFormBundle
2. Enable the bundle
3. Initialize assets

### Step 1: Install SHFormBundle

[](#step-1-install-shformbundle)

Run the following command :

```
$ composer require symfony-hackers/form-bundle "^3.0@dev"
```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
