PHPackages                             wendall/ibexa-color-picker - 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. wendall/ibexa-color-picker

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

wendall/ibexa-color-picker
==========================

Ibexa Platform color picker field type

3.0.1(2y ago)05.7k↓57.1%MITPHPPHP &gt;=7.3

Since Sep 23Pushed 2y agoCompare

[ Source](https://github.com/wendall/ibexa-color-picker)[ Packagist](https://packagist.org/packages/wendall/ibexa-color-picker)[ RSS](/packages/wendall-ibexa-color-picker/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

Codein IbexaColorPicker
=======================

[](#codein-ibexacolorpicker)

Symfony bundle that adds color management to Ibexa Platform.

(If you want an eZ Platform 2.5 compatible version of this bundle, check this repository instead : )

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

[](#installation)

```
composer require codein/ibexa-color-picker

```

Activate the bundle in bundles.php

```
Codein\eZColorPicker\eZColorPickerBundle::class => ['all' => true],

```

Compile the assets for the admin UI

```
./bin/console ibexa:encore:compile

```

Usage
-----

[](#usage)

### Default value

[](#default-value)

You can set a default color for your field. The default color will be proposed to the user if no color is already set. If the field is required, the default color is assigned as default. If not, no color is assigned.

### Twig

[](#twig)

The default color format rendered in Twig is RGBa. You can pass extra options to ez\_render\_field.

- format: RGBa, HEXa, HSVa, RGB, HEX
- default: default value returned if field is empty. If not set ez\_render\_field will return an empty string

```
{{ ez_render_field(content, 'color2', {'parameters': {'format': 'HEX', 'default': 'none'}}) }}
```

### Migration

[](#migration)

The method \\Codein\\eZColorPicker\\FieldType\\ColorPicker\\Type::acceptValue will accept a single string and convert it into a color. Following formats are converted into a valid value object :

```
HSVa: hsva(0, 86%, 69%, 0.69)
RGBa: rgba(176, 25, 25, 0.69)
HEXa: #B01919B0
RGB: rgb(176, 25, 25)
HEX: #B01919

```

You can use this feature when writing migrations.

We also provide a color converter service for your needs [here](lib/ColorConverter/ColorConverter.php).

### Acknowledgement

[](#acknowledgement)

This bundle uses Pickr () under the MIT Licence.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.4% 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 ~330 days

Total

5

Last Release

786d ago

Major Versions

1.0.2 → 2.0.02021-07-12

2.0.0 → 3.0.02023-06-16

PHP version history (2 changes)1.0.1PHP ^7.3

3.0.1PHP &gt;=7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3215026?v=4)[Anton Finko](/maintainers/wendall)[@wendall](https://github.com/wendall)

---

Top Contributors

[![mrk-te](https://avatars.githubusercontent.com/u/492404?v=4)](https://github.com/mrk-te "mrk-te (36 commits)")[![axelveber](https://avatars.githubusercontent.com/u/11234843?v=4)](https://github.com/axelveber "axelveber (22 commits)")[![axel-veber-beclood](https://avatars.githubusercontent.com/u/25744147?v=4)](https://github.com/axel-veber-beclood "axel-veber-beclood (4 commits)")[![wendall](https://avatars.githubusercontent.com/u/3215026?v=4)](https://github.com/wendall "wendall (4 commits)")[![jlecocq-kaliop](https://avatars.githubusercontent.com/u/11440803?v=4)](https://github.com/jlecocq-kaliop "jlecocq-kaliop (2 commits)")[![simonjenncodein](https://avatars.githubusercontent.com/u/10127815?v=4)](https://github.com/simonjenncodein "simonjenncodein (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wendall-ibexa-color-picker/health.svg)

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

###  Alternatives

[novactive/ezseobundle

Novactive eZ SEO Bundle is an Ibexa Platform bundle for SEO simplications. metas, sitemaps, robots.txt, etc.

29259.4k3](/packages/novactive-ezseobundle)[netgen/tagsbundle

Netgen Tags Bundle is an Ibexa DXP bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ibexa\_keyword field type included in Ibexa core.

49468.3k28](/packages/netgen-tagsbundle)[lolautruche/ez-core-extra-bundle

Extra sugar for building Ibexa websites

27433.1k7](/packages/lolautruche-ez-core-extra-bundle)[netgen/enhanced-selection-bundle

Netgen Enhanced Selection bundle for Ibexa Platform

19103.0k5](/packages/netgen-enhanced-selection-bundle)[netgen/richtext-datatype-bundle

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

1033.5k3](/packages/netgen-richtext-datatype-bundle)

PHPackages © 2026

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