PHPackages                             kiboko/akeneo-product-values-management - 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. kiboko/akeneo-product-values-management

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

kiboko/akeneo-product-values-management
=======================================

Generate your product value class

261[1 issues](https://github.com/kiboko-labs/akeneo-product-values-management/issues)PHP

Since May 31Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kiboko-labs/akeneo-product-values-management)[ Packagist](https://packagist.org/packages/kiboko/akeneo-product-values-management)[ RSS](/packages/kiboko-akeneo-product-values-management/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Manage your Akeneo reference data
=================================

[](#manage-your-akeneo-reference-data)

This package is a composer plugin used to help you manage your Akeneo reference datas.

***WARNING:** This package is experimental, do not use it on production*

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

[](#installation)

Require the package in your installation :

```
composer require --dev "kiboko/akeneo-product-values-management=dev-master"
```

Additionally, you will have to define the following parameters to your `composer.json`:

```
    "config": {
        "akeneo-appbundle-root-dir": "src",
        "akeneo-appbundle-vendor-name": "Acme",
        "akeneo-appbundle-bundle-name": "AppBundle"
    }
```

Available packages &amp; reference datas
----------------------------------------

[](#available-packages--reference-datas)

PackageReference codeRelationType`kiboko/akeneo-reference-datas``color.rgb.single``ManyToOne``Kiboko\Component\AkeneoProductValuesPackage\Model\ColorRGB``kiboko/akeneo-reference-datas``color.rgb.multiple``ManyToMany``Kiboko\Component\AkeneoProductValuesPackage\Model\ColorRGB`For now, the only package available is `kiboko/akeneo-reference-datas`

Usage
-----

[](#usage)

### Initialize your `AppBundle`

[](#initialize-your-appbundle)

Run the following command to build your bundle:

```
composer akeneo:init
```

### List the available reference datas

[](#list-the-available-reference-datas)

Run the following command to list the available reference datas.

```
composer akeneo:reference-data:list
```

### Add a `ManyToOne` relation with a `ColorRGB` in your `ProductValue`

[](#add-a-manytoone-relation-with-a-colorrgb-in-your-productvalue)

Run the following command to install the color reference data as a many to one (single select):

```
composer akeneo:reference-data:add color.rgb.many-to-one
```

### Add a `ManyToMany` relation with a `ColorRGB` in your `ProductValue`

[](#add-a-manytomany-relation-with-a-colorrgb-in-your-productvalue)

Run the following command to install the color reference data as a many to one (multiple select):

```
composer akeneo:reference-data:add color.rgb.many-to-many
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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/144109625f8029112d56f43d08120cf03a0918ea3b4fd59ab53f09b02f630b00?d=identicon)[gplanchat](/maintainers/gplanchat)

---

Top Contributors

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

---

Tags

composer-plugin

### Embed Badge

![Health badge](/badges/kiboko-akeneo-product-values-management/health.svg)

```
[![Health](https://phpackages.com/badges/kiboko-akeneo-product-values-management/health.svg)](https://phpackages.com/packages/kiboko-akeneo-product-values-management)
```

###  Alternatives

[jenssegers/agent

Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect

4.8k72.3M508](/packages/jenssegers-agent)

PHPackages © 2026

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