PHPackages                             jimigrunge/bootstrap-colorpicker-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. jimigrunge/bootstrap-colorpicker-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jimigrunge/bootstrap-colorpicker-bundle
=======================================

Symfony2 bundle for wrapping the famous bootstrap-colorpicker jquery plugin by @mjolnic

2.3(10y ago)28.2k↓50%MITPHPPHP &gt;=5.3.2

Since Mar 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jimigrunge/bootstrap-colorpicker-bundle)[ Packagist](https://packagist.org/packages/jimigrunge/bootstrap-colorpicker-bundle)[ Docs](http://github.com/jimigrunge/bootstrap-colorpicker-bundle)[ RSS](/packages/jimigrunge-bootstrap-colorpicker-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Bootstrap-ColorPicker Bundle for Symfony2
=========================================

[](#bootstrap-colorpicker-bundle-for-symfony2)

Current Version
---------------

[](#current-version)

[Bootstrap Colorpicker 2.3](https://mjolnic.com/bootstrap-colorpicker/)

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

[](#installation)

### From the commandline

[](#from-the-commandline)

```
$ php composer.phar require jimigrunge/bootstrap-colorpicker-bundle

```

### OR configure it manually

[](#or-configure-it-manually)

\####Add bundle to your composer.json file

```
{
    "require": {
        // ...
        "jimigrunge/bootstrap-colorpicker-bundle": "2.3"
    }
}

```

#### Run commanline installer

[](#run-commanline-installer)

```
$ php composer.phar update jimigrunge/bootstrap-colorpicker-bundle

```

### Add bundle to your application kernel (app/AppKernel.php)

[](#add-bundle-to-your-application-kernel-appappkernelphp)

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new JimiGrunge\BootstrapColorPickerBundle\BootstrapColorPickerBundle(),
        // ...
    );
}

```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php bin/console assets:install web

```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php bin/console assets:install --symlink web

```

Usage
-----

[](#usage)

Once all the resources are in place you can edit any of your twig views or layouts to include the bootstrap-colorpicker javascript files.

Note: bootstrap-colorpicker requires the jQuery library.

```
{% block javascripts %}

    {% javascripts
        ...
        '@BootstrapColorPickerBundle/Resources/public/js/bootstrap-colorpicker.min.js'
        ...
        %}

    {% endjavascripts %}
{% endblock %}

```

Then you will want to load the css resources so your select elements look nice:

```
{% block stylesheets %}
    {% stylesheets filter='cssrewrite'
      ...
      'bundles/bootstrapcolorpicker/css/bootstrap-colorpicker.min.css'
      ...
    %}

    {% endstylesheets %}
{% endblock %}

```

### Assetic

[](#assetic)

Dump bundled files to the filesystem.

```
$ php bin/console assetic:dump

```

Licenses
--------

[](#licenses)

I do not own bootstrap-colorpicker files at all, I'm just providing a Bundle package to easy-install them all. Refer to the source code of the included files from Select2 for license information.

References
----------

[](#references)

1.
2.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3722d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05bea8ae3d72f71c176f0a46ba341713ab1a78d6fa44c8eba138f0fdc1e66faa?d=identicon)[jimigrunge](/maintainers/jimigrunge)

---

Top Contributors

[![jimigrunge](https://avatars.githubusercontent.com/u/3765505?v=4)](https://github.com/jimigrunge "jimigrunge (13 commits)")

---

Tags

bundlejquerybootstrap-colorpicker

### Embed Badge

![Health badge](/badges/jimigrunge-bootstrap-colorpicker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jimigrunge-bootstrap-colorpicker-bundle/health.svg)](https://phpackages.com/packages/jimigrunge-bootstrap-colorpicker-bundle)
```

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[odolbeau/phone-number-bundle

Integrates libphonenumber into your Symfony application

24910.3M11](/packages/odolbeau-phone-number-bundle)[pinano/select2-bundle

Symfony2 bundle for wrapping the famous select2 jquery plugin by @ivaynberg

16198.3k1](/packages/pinano-select2-bundle)[rewieer/taskschedulerbundle

Task Scheduler with CRON for Symfony

63242.1k](/packages/rewieer-taskschedulerbundle)

PHPackages © 2026

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