PHPackages                             kunicmarko/color-picker-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. kunicmarko/color-picker-bundle

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

kunicmarko/color-picker-bundle
==============================

This is a Symfony Bundle that adds Color Picker Form Type.

1.1.0(8y ago)463.6k↓50%4MITPHPPHP ^5.6|^7.0

Since Oct 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kunicmarko20/ColorPickerBundle)[ Packagist](https://packagist.org/packages/kunicmarko/color-picker-bundle)[ Docs](https://github.com/kunicmarko20/ColorPickerBundle)[ RSS](/packages/kunicmarko-color-picker-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Color Picker Bundle
===================

[](#color-picker-bundle)

[![Build Status](https://camo.githubusercontent.com/c7ab640a345e6d60046c842b95a2f6000ead708d6c362702890e150469864ed9/68747470733a2f2f7472617669732d63692e6f72672f6b756e69636d61726b6f32302f436f6c6f725069636b657242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kunicmarko20/ColorPickerBundle)[![SensioLabsInsight](https://camo.githubusercontent.com/f286f717db01419560a72a267725c210cb8de77428ac11c7b7bafb1bd0999611/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38613237393431352d343539372d343964382d393233612d3334613366346333313566312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/8a279415-4597-49d8-923a-34a3f4c315f1)[![StyleCI](https://camo.githubusercontent.com/fc405e7733cfb6e961892939d23e5cdc4d438acb05267bfa40e7edf3fd3abdd3/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130323931303734372f736869656c64)](https://styleci.io/repos/102910747)[![Coverage Status](https://camo.githubusercontent.com/860c83f1132f42754f7da99408442fe12473180787569540ec94b8add04d92bf/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6b756e69636d61726b6f32302f436f6c6f725069636b657242756e646c652f62616467652e737667)](https://coveralls.io/github/kunicmarko20/ColorPickerBundle)

Adds Color Picker Form Type to Symfony.

Built on top of [tinyColorPicker](https://github.com/PitPik/tinyColorPicker).

Documentation
-------------

[](#documentation)

- [Installation](#installation)
- [How to use](#how-to-use)

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

[](#installation)

**1.** Add to composer.json to the `require` key

```
composer require kunicmarko/color-picker-bundle

```

**2.** Register the bundle in `app/AppKernel.php`

```
$bundles = array(
    // ...
    new KunicMarko\ColorPickerBundle\ColorPickerBundle(),
);

```

**3.** Install assets

```
app/console assets:install

```

How to use
----------

[](#how-to-use)

In your form you can add it like:

```
// Symfony 2.8 and newer versions
use KunicMarko\ColorPickerBundle\Form\Type\ColorPickerType;

$builder->add('field', ColorPickerType::class);

```

At the end of your body/layout add:

```

    $('.colorpicker').colorPicker();

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3072d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c1e666a733b6e07ad9507caffe4fb9ddbf91f9f2676bafd4845bc56cfdbe892?d=identicon)[kunicmarko20](/maintainers/kunicmarko20)

---

Top Contributors

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

---

Tags

color-pickerform-typessymfonysymfony-bundlesymfonybundleformcolor pickersymfony color pickersymfony color picker form

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[qossmic/rich-model-forms-bundle

Provides additional data mapper options that ease the use of the Symfony Form component with rich models.

218278.7k](/packages/qossmic-rich-model-forms-bundle)[craue/formflow-bundle

Multi-step forms for your Symfony project.

7484.0M13](/packages/craue-formflow-bundle)[a2lix/auto-form-bundle

Automate form building

873.8M11](/packages/a2lix-auto-form-bundle)[nucleos/antispam-bundle

This bundle provides some basic features to reduce spam in symfony forms.

52105.1k](/packages/nucleos-antispam-bundle)[tales-from-a-dev/flowbite-bundle

A Symfony form theme for Flowbite

86252.8k2](/packages/tales-from-a-dev-flowbite-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)
