PHPackages                             it-blaster/color-picker-type-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. it-blaster/color-picker-type-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

it-blaster/color-picker-type-bundle
===================================

The FormType for choosing a color

v1.0.3(10y ago)429.6k[1 issues](https://github.com/it-blaster/color-picker-type-bundle/issues)MITPHPPHP &gt;=5.3.2

Since May 15Pushed 10y ago7 watchersCompare

[ Source](https://github.com/it-blaster/color-picker-type-bundle)[ Packagist](https://packagist.org/packages/it-blaster/color-picker-type-bundle)[ Docs](https://github.com/it-blaster/color-picker-type-bundle)[ RSS](/packages/it-blaster-color-picker-type-bundle/feed)WikiDiscussions master Synced 3d ago

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

ColorPickerTypeBundle
=====================

[](#colorpickertypebundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4349f015d197a312d145cc7354bc1a8ec8d9e13b3d4b06a99740e08af47b0d74/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69742d626c61737465722f636f6c6f722d7069636b65722d747970652d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/it-blaster/color-picker-type-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/2da73c5c7d56b750c67c1bcc417ddc9f41fd660dcd9a4f24562ab602b054e490/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69742d626c61737465722f636f6c6f722d7069636b65722d747970652d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/it-blaster/color-picker-type-bundle/build-status/master)[![License](https://camo.githubusercontent.com/1cf4a98b0545b0da84bff055709d903539aa50cb53cbf4babb624e40c413964f/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f636f6c6f722d7069636b65722d747970652d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/it-blaster/color-picker-type-bundle)[![Total Downloads](https://camo.githubusercontent.com/da11d5373c89dfaffc5bbf6d8c194ed282e627ff0a8343b72e2570f03ce53008/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f636f6c6f722d7069636b65722d747970652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/it-blaster/color-picker-type-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/775d338bf12c8e3f39e416cef08f2b64e195bd99196b4d2e4fac601e56d47711/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f636f6c6f722d7069636b65722d747970652d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/it-blaster/color-picker-type-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/c5551b4901eb860b359a04e396fdbaabf5ad40efbaacc619e3cda6984066eeef/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f636f6c6f722d7069636b65722d747970652d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/it-blaster/color-picker-type-bundle)

The FormType for choosing a color based on [Iris](https://github.com/Automattic/Iris).

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

[](#installation)

Add it-blaster/color-picker-type-bundle to your `composer.json` file and run `composer`

```
...
"require": {
    "it-blaster/color-picker-type-bundle": "1.0.*"
}
...
```

Register the bundle in your `AppKernel.php`

```
...
new Fenrizbes\ColorPickerTypeBundle\FenrizbesColorPickerTypeBundle(),
...
```

Include bundle's scripts and Iris' dependencies in your page:

```
...

...
```

Usage
-----

[](#usage)

Just set the `color_picker` FormType for your field as follows:

```
...
    ->add('color', 'color_picker')
...
```

Options
-------

[](#options)

You can pass all the Iris' options as a `picker_options` value:

```
...
    ->add('color', 'color_picker', array(
        'picker_options' => array(
            'color'    => false,
            'mode'     => 'hsl',
            'hide'     => true,
            'border'   => true,
            'target'   => false,
            'width'    => 200,
            'palettes' => false,
            'controls' => array(
                'horiz' => 's',
                'vert'  => 'l',
                'strip' => 'h'
            )
        )
    ))
...
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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 ~19 days

Total

4

Last Release

4009d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11211873?v=4)[Iaroslav Gashuk](/maintainers/fenrizbes)[@fenrizbes](https://github.com/fenrizbes)

---

Top Contributors

[![drAlberT](https://avatars.githubusercontent.com/u/1442700?v=4)](https://github.com/drAlberT "drAlberT (2 commits)")

---

Tags

symfonyformiriscolor picker

### Embed Badge

![Health badge](/badges/it-blaster-color-picker-type-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/it-blaster-color-picker-type-bundle/health.svg)](https://phpackages.com/packages/it-blaster-color-picker-type-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[ekreative/uuid-extra-bundle

Paramconverter, Normalizer and Form Type for Ramsey Uuid

18170.8k](/packages/ekreative-uuid-extra-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

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

PHPackages © 2026

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