PHPackages                             napas/form-extra-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. napas/form-extra-bundle

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

napas/form-extra-bundle
=======================

Symfony2 extra form field types

v0.1.4(11y ago)05.9kMITPHP

Since Jun 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Napas/NapasFormExtraBundle)[ Packagist](https://packagist.org/packages/napas/form-extra-bundle)[ RSS](/packages/napas-form-extra-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (1)Versions (5)Used By (0)

Extra fields for Symfony2 forms.

Instalation
===========

[](#instalation)

Add this bundle to your `composer.json` file:

```
    {
        "require": {
            "napas/form-extra-bundle": "~0.1"
        }
    }

```

Register the bundle in `app/AppKernel.php`:

```
    // app/AppKernel.php
    public function registerBundles()
    {
        return array(
            // ...
            new Napas\FormExtraBundle\NapasFormExtraBundle(),
        );
    }

```

Done!

Field types
===========

[](#field-types)

\##US States choice field

### Usage

[](#usage)

```
$builder->add('State', 'us_states');

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

5

Last Release

4332d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1893742?v=4)[Mindaugas Mačiulaitis](/maintainers/Napas)[@Napas](https://github.com/Napas)

---

Top Contributors

[![Napas](https://avatars.githubusercontent.com/u/1893742?v=4)](https://github.com/Napas "Napas (12 commits)")

---

Tags

formus statesform extrausa states

### Embed Badge

![Health badge](/badges/napas-form-extra-bundle/health.svg)

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

###  Alternatives

[craue/formflow-bundle

Multi-step forms for your Symfony project.

7484.0M13](/packages/craue-formflow-bundle)[kartik-v/yii2-widget-select2

Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).

3279.7M189](/packages/kartik-v-yii2-widget-select2)[sonata-project/form-extensions

Symfony form extensions

10915.4M39](/packages/sonata-project-form-extensions)[kartik-v/yii2-widget-activeform

Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).

647.3M62](/packages/kartik-v-yii2-widget-activeform)[a2lix/auto-form-bundle

Automate form building

873.8M11](/packages/a2lix-auto-form-bundle)[simplethings/form-extra-bundle

This bundles provides extra FormType's for Symfony2

10283.6k](/packages/simplethings-form-extra-bundle)

PHPackages © 2026

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