PHPackages                             burnbright/silverstripe-colorpicker - 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. burnbright/silverstripe-colorpicker

ActiveSilverstripe-module[Utility &amp; Helpers](/categories/utility)

burnbright/silverstripe-colorpicker
===================================

SilverStripe form field for choosing a color.

39771[3 PRs](https://github.com/burnbright/silverstripe-colorpicker/pulls)JavaScript

Since Jul 17Pushed 10y agoCompare

[ Source](https://github.com/burnbright/silverstripe-colorpicker)[ Packagist](https://packagist.org/packages/burnbright/silverstripe-colorpicker)[ RSS](/packages/burnbright-silverstripe-colorpicker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

silverstripe-colorpicker
========================

[](#silverstripe-colorpicker)

The ColorPicker Module adds a color-picker input field to the SilverStripe CMS. It makes use of the ColorPicker jQuery Plugin.

History
-------

[](#history)

This module was taken from  and is the work of Roman Schmid, AKA banal. There is more infomration regarding the history of this module at

Dimension27 have created a git repo for it so as it can easily be reused in silverstripe projects.

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

[](#current-version)

1.0

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

[](#installation)

1. Clone repo, i.e. git clone git://github.com/dimension27/silverstripe-colorpicker.git colorpicker
2. Run /dev/build
3. Make use of the ColorField

Usage
-----

[](#usage)

Adding a ColorField to your Page is as simple as this:

```
// place this inside your getCMSFields method
$fields->addFieldToTab(
    'Root.Content.Main',
    new ColorField('BgColor', 'Background Color')
);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1356335?v=4)[Jeremy Shipman](/maintainers/jedateach)[@jedateach](https://github.com/jedateach)

---

Top Contributors

[![jedateach](https://avatars.githubusercontent.com/u/1356335?v=4)](https://github.com/jedateach "jedateach (4 commits)")[![alexhayes](https://avatars.githubusercontent.com/u/142916?v=4)](https://github.com/alexhayes "alexhayes (1 commits)")

### Embed Badge

![Health badge](/badges/burnbright-silverstripe-colorpicker/health.svg)

```
[![Health](https://phpackages.com/badges/burnbright-silverstripe-colorpicker/health.svg)](https://phpackages.com/packages/burnbright-silverstripe-colorpicker)
```

###  Alternatives

[bumbummen99/shoppingcart

Laravel Shoppingcart

518555.4k3](/packages/bumbummen99-shoppingcart)

PHPackages © 2026

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