PHPackages                             rc2c/form-twitter-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. rc2c/form-twitter-bundle

ActiveLibrary[Templating &amp; Views](/categories/templating)

rc2c/form-twitter-bundle
========================

Implementation of Bootstrap Form Types for Symfony 2

13.5k[1 issues](https://github.com/rc2c/Rc2cFormTwitterBundle/issues)PHP

Since Oct 21Pushed 10y ago4 watchersCompare

[ Source](https://github.com/rc2c/Rc2cFormTwitterBundle)[ Packagist](https://packagist.org/packages/rc2c/form-twitter-bundle)[ RSS](/packages/rc2c-form-twitter-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Rc2cFormTwitterBundle
=====================

[](#rc2cformtwitterbundle)

This bundle provides symfony 2 form types powered by twitter bootstrap.

Requirements
------------

[](#requirements)

- Symfony 2.x
- Twitter bootstrap and jquery already loaded in your layout

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

[](#installation)

Add the repository to your composer.json

```
"rc2c/form-twitter-bundle": "dev-master"

```

Run Composer to install the bundle

```
php composer.phar update rc2c/form-twitter-bundle

```

Enable the bundle in AppKernel.php

```
    new Rc2c\FormTwitterBundle\Rc2cFormTwitterBundle(),
```

Multiselect
-----------

[](#multiselect)

The Bootstrap Multiselect jquery plugin present in this bundle is from [davidstutz](https://github.com/davidstutz/bootstrap-multiselect). Use the new form type in a buildForm method in remplacement of a choice type

```
  public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
            ->add('my_choices', 'multiselectchoice', array(
                'label'     => ' ',
                'read_only' => true,
                'choices'   => array(...)
                ))
        ;
    }
```

You can set some options to change the behaviour of the widget :

```
	array(
		'btnSelectAll' => false, // (default: true) Disables the "select all" button
		'buttonClass'  => 'btn-primary', // (default : "btn") Set the class of the dropdown button
        'maxHeight'    => 450, // (default: false) Set a max height of the dropdown list
	)
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1765436?v=4)[RC2C](/maintainers/rc2c)[@rc2c](https://github.com/rc2c)

---

Top Contributors

[![rc2ctech](https://avatars.githubusercontent.com/u/5494240?v=4)](https://github.com/rc2ctech "rc2ctech (1 commits)")

### Embed Badge

![Health badge](/badges/rc2c-form-twitter-bundle/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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