PHPackages                             packettide/bree-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. packettide/bree-colorpicker

ActiveLibrary

packettide/bree-colorpicker
===========================

A colorpicker field package for Bree

0114JavaScript

Since Jan 31Pushed 12y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

\#Colorpicker

Colorpicker is a field package for [Bree](https://github.com/packettide/bree) which provides a basic fieldset implementation using the HTML input type="color" as well as an advanced fieldset implementation utilizing [Spectrum](https://github.com/bgrins/spectrum).

\##Installation

1. Install with composer by adding this line to your 'require' block: `"packettide/bree-colorpicker": "@dev"`
2. Run `composer update`
3. In Laravel4 add `'Packettide\BreeColorpicker\BreeColorpickerServiceProvider',` to the providers array in app/config/app.php
4. Publish the package assets: `php artisan bree:assets`

\##Usage

```
$book = new Bree('Book', array(
		'jacketcolor'  => array('type' => 'Colorpicker', 'fieldset' => 'advanced')
	));

$book->find(1);
echo $book;

```

For more examples on how to setup fieldtypes for a model refer to the [Bree documentation](https://github.com/packettide/bree/blob/master/readme.md)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![bryannielsen](https://avatars.githubusercontent.com/u/563996?v=4)](https://github.com/bryannielsen "bryannielsen (9 commits)")

### Embed Badge

![Health badge](/badges/packettide-bree-colorpicker/health.svg)

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

PHPackages © 2026

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