PHPackages                             braunstetter/choosy-type - 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. braunstetter/choosy-type

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

braunstetter/choosy-type
========================

The FormType for the @michael-brauner/choosy choice-picker.

v0.1.6(3y ago)014MITPHPPHP ^8.0

Since Feb 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Braunstetter/choosy)[ Packagist](https://packagist.org/packages/braunstetter/choosy-type)[ RSS](/packages/braunstetter-choosy-type/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (6)Dependencies (14)Versions (8)Used By (0)

Choosy FormType
===============

[](#choosy-formtype)

This bundle brings `@michael-brauner/choosy` into your symfony application.

It is just a nice wrapper around the standard symfony `ChoiceType` and `EntityType` form fields.
It gives you the ability to turn it into a nice tag picker.

- [Installation](#installation)
- [Usage](#usage)
- [Options](#options)
- [Contributing](#contributing)
- [Testing](#testing)

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

[](#installation)

`composer require braunstetter/choosy`

Usage
-----

[](#usage)

```
$form->add('choices', ChoosyType::class, [
    'choices'  => [
        'Maybe' => null,
        'Yes' => true,
        'No' => false,
    ],
]);

// for entities
$form->add('choices', ChoosyEntityType::class, [
    'class' => Tag:class
]);
```

Options
-------

[](#options)

You can pass the same options as you would do directly to the javascript component.
All available options are documented [here](https://github.com/MichaelBrauner/choosy#options).

Contributing
------------

[](#contributing)

If you think this bundle could still be improved and expanded, then we welcome your PR.

Testing
-------

[](#testing)

To make sure everything works fine - you have to run the test suite.

You need to make sure Panther is working properly on your machine. Then your tests should work fine performing a simple:

```
composer install
vendor/bin/bdi detect drivers
yarn --cwd ./src/Resources/assets install --force
yarn --cwd ./tests/app install --force
yarn --cwd ./src/Resources/assets  dev
yarn --cwd ./tests/app dev

./vendor/phpunit/phpunit/phpunit
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

7

Last Release

1223d ago

### Community

Maintainers

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

---

Top Contributors

[![MichaelBrauner](https://avatars.githubusercontent.com/u/4937572?v=4)](https://github.com/MichaelBrauner "MichaelBrauner (29 commits)")

---

Tags

symfony-uxformChoosyJschoice-picker

### Embed Badge

![Health badge](/badges/braunstetter-choosy-type/health.svg)

```
[![Health](https://phpackages.com/badges/braunstetter-choosy-type/health.svg)](https://phpackages.com/packages/braunstetter-choosy-type)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

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