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

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

wiakowe/form-bundle
===================

A bundle which contains helper form types to aid our needs: "choice with disabled options", "jquery minicolors colorpicker".

1.1.0.2(13y ago)1162MITPHPPHP &gt;=5.3.2

Since Jul 20Pushed 13y agoCompare

[ Source](https://github.com/Wiakowe/WiakoweFormBundle)[ Packagist](https://packagist.org/packages/wiakowe/form-bundle)[ RSS](/packages/wiakowe-form-bundle/feed)WikiDiscussions master Synced 3d ago

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

Wiakowe Form Bundle
===================

[](#wiakowe-form-bundle)

Set of form types which we have ended up needing.

Travis status: [![Build Status](https://camo.githubusercontent.com/bcf97d53836adaa8dfc79db458347fa01e8bb3a9b778d5589f2f4ef69fe0ed42/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f5769616b6f77652f5769616b6f7765466f726d42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/Wiakowe/WiakoweFormBundle)

Choice with disabled options
----------------------------

[](#choice-with-disabled-options)

The type `choice_with_disabled_options` works exactly like the `choice` type, except that it adds an additional option, `disabled_choices`, which allows you to show some options greyed out.

Example usage:

```
$formBuilder->add(
    'field',
    'choice_with_disabled_options',
    array(1 => 'First', 2 => 'Second'),
    array(
        'disabled_choices' => array(2)
    )
);

```

This code will lead, aproximately, to the following HTML:

```

    First
    Second

```

JQuery MiniColors
-----------------

[](#jquery-minicolors)

The JQuery Minicolors type allows adding a color picker to a form. The selected color will be stored as a 6 characters hex with a prepended #. For instance: `#ff00ff`.

Example usage:

```
$formBuilder->add('field', 'jquery_minicolors');

```

For this plugin to work properly, it requires that the user has loaded the [JQuery Minicolors](https://github.com/claviska/jquery-miniColors)library.

Next steps
----------

[](#next-steps)

- Validate that `choice_with_disabled_options` doesn't receive a disabled choice.
- Make `choice_with_disabled_options` work with the `expanded` template.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

5043d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a081597d043da7251136e101fe9f5d4cade42ad7f472e6485187484d7b7b62e7?d=identicon)[Lumbendil](/maintainers/Lumbendil)

![](https://www.gravatar.com/avatar/83208b69d9779098c60b6ee5f24158fecfba4655aa9519ad9071cd4cce878724?d=identicon)[patxi1980](/maintainers/patxi1980)

---

Top Contributors

[![Lumbendil](https://avatars.githubusercontent.com/u/184785?v=4)](https://github.com/Lumbendil "Lumbendil (16 commits)")

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[friendsofsymfony/ckeditor-bundle

Provides a CKEditor integration for your Symfony project.

53014.3M49](/packages/friendsofsymfony-ckeditor-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[boekkooi/jquery-validation-bundle

Jquery form validation bundle for symfony 2

2773.9k1](/packages/boekkooi-jquery-validation-bundle)

PHPackages © 2026

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