PHPackages                             lrotherfield/form - 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. lrotherfield/form

ActiveSymfony2-component[Templating &amp; Views](/categories/templating)

lrotherfield/form
=================

Additional components for the Symfony2 form components

2.0.0(10y ago)21176.0k—3.7%9[1 issues](https://github.com/LRotherfield/Form/issues)[1 PRs](https://github.com/LRotherfield/Form/pulls)1MITPHPPHP &gt;=5.3.2

Since Aug 1Pushed 6y ago5 watchersCompare

[ Source](https://github.com/LRotherfield/Form)[ Packagist](https://packagist.org/packages/lrotherfield/form)[ RSS](/packages/lrotherfield-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (1)

\##Additional Form Components

This collection of classes add functionality to the Symfony2 Form component.

\###Installation

To install the form component simply add it to your composer.json requirements:

```
"require": {
        "lrotherfield/form": "2.0.x-dev",
}

```

And then run `composer.phar update`

\###Hidden entity type

To use the hidden entity type you need to register it as a service in your config.yml or a services.yml file:

```
services:
    lrotherfield.form.type.hidden_entity:
        class: Lrotherfield\Component\Form\Type\HiddenEntityType
        arguments:
            - @doctrine.orm.entity_manager
        tags:
            - { name: form.type, alias: hidden_entity }

```

You can use then use the type with the form builder:

```
public function buildForm(FormBuilderInterface $builder, array $options)
{
    $builder
        //...
        ->add('example', 'hidden_entity', array(
                "class" => "Lrotherfield\\Bundle\\ExampleBundle\\Entity\\ExampleEntity"
            ));
    ;
}

```

The only additional requirement is the "class" option which must be a fully qualified namespace to the entity that you want to be used in the transformation

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~324 days

Total

4

Last Release

3700d ago

Major Versions

1.1.2 → 2.0.02016-03-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/186184?v=4)[Luke Rotherfield](/maintainers/lrotherfield)[@LRotherfield](https://github.com/LRotherfield)

---

Top Contributors

[![LRotherfield](https://avatars.githubusercontent.com/u/186184?v=4)](https://github.com/LRotherfield "LRotherfield (4 commits)")[![arderyp](https://avatars.githubusercontent.com/u/6485320?v=4)](https://github.com/arderyp "arderyp (1 commits)")[![sgilberg](https://avatars.githubusercontent.com/u/669465?v=4)](https://github.com/sgilberg "sgilberg (1 commits)")

---

Tags

form

### Embed Badge

![Health badge](/badges/lrotherfield-form/health.svg)

```
[![Health](https://phpackages.com/badges/lrotherfield-form/health.svg)](https://phpackages.com/packages/lrotherfield-form)
```

###  Alternatives

[craue/formflow-bundle

Multi-step forms for your Symfony project.

7484.0M13](/packages/craue-formflow-bundle)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[genemu/form-bundle

Extra form types for your Symfony2 projects

5842.1M12](/packages/genemu-form-bundle)[a2lix/auto-form-bundle

Automate form building

873.8M11](/packages/a2lix-auto-form-bundle)[sonata-project/form-extensions

Symfony form extensions

10915.4M40](/packages/sonata-project-form-extensions)[qossmic/rich-model-forms-bundle

Provides additional data mapper options that ease the use of the Symfony Form component with rich models.

218278.7k](/packages/qossmic-rich-model-forms-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
