PHPackages                             kiboko/akeneo-enrich-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. [Admin Panels](/categories/admin)
4. /
5. kiboko/akeneo-enrich-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

kiboko/akeneo-enrich-bundle
===========================

v1.0.0(8y ago)11211[1 PRs](https://github.com/kiboko-labs/akeneo-enrich-bundle/pulls)PHPCI failing

Since Oct 10Pushed 5y ago3 watchersCompare

[ Source](https://github.com/kiboko-labs/akeneo-enrich-bundle)[ Packagist](https://packagist.org/packages/kiboko/akeneo-enrich-bundle)[ RSS](/packages/kiboko-akeneo-enrich-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Akeneo Enrich Bundle by Kiboko
==============================

[](#akeneo-enrich-bundle-by-kiboko)

What this project is ?
----------------------

[](#what-this-project-is-)

The project is an enhancement of the CustomEntityBundle from Akeneo : .

What the project does ?
-----------------------

[](#what-the-project-does-)

This bundle helps developers to create more quickly and easily custom reference data for your PIM and related views in Akeneo.

Why this project is useful ?
----------------------------

[](#why-this-project-is-useful-)

Custom PIM reference data are often required to meet each project's business needs and specificities.

Need help ?
-----------

[](#need-help-)

If you need help concerning this bundle you can reach the Kiboko developer team at :  or at +33 (0)471 027 223. We are open from 9am to 12:30pm and from 2pm to 5pm at Paris time.

How to: create a custom reference data
--------------------------------------

[](#how-to-create-a-custom-reference-data)

### The Kiboko entity helper traits

[](#the-kiboko-entity-helper-traits)

We built 3 helper traits for common attributes that constitue most of custom entity reference data.

- [*Labeled*](Model/LabeledTrait.php): A short text label
- [*Described*](Model/DescribedTrait.php): A long text description
- [*Pictured*](Model/PicturedTrait.php): A picture

All of three are translatable and use an optimized UX for PIM using lots of locales at the same time.

[![Label UX](Resources/doc/form.png)](Resources/doc/form.png)[![Label UX](Resources/doc/Label.png)](Resources/doc/Label.png)[![Description UX](Resources/doc/Description.png)](Resources/doc/Description.png)[![Picture UX](Resources/doc/Picture.png)](Resources/doc/Picture.png)

### The Custom Entity

[](#the-custom-entity)

First, you will have to create your custom entity class, in the following example we will call it `Pictogram`.

```
