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.9k↓14.3%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 yesterday

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 83% 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

3745d 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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[craue/formflow-bundle

Multi-step forms for your Symfony project.

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

Easy integration of twitters bootstrap into symfony2

7183.0M33](/packages/mopa-bootstrap-bundle)[a2lix/auto-form-bundle

Automate form building

873.9M13](/packages/a2lix-auto-form-bundle)

PHPackages © 2026

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