2017 © Pedro Peláez
 

symfony-bundle custom-entity-bundle

Akeneo PIM Custom entity bundle

image

akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

  • Tuesday, June 26, 2018
  • by Akeneo
  • Repository
  • 28 Watchers
  • 28 Stars
  • 27,081 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 24 Forks
  • 14 Open issues
  • 64 Versions
  • 8 % Grown

The README.md

CustomEntityBundle

Scrutinizer Code Quality Build Status, (*1)

Facilitates the creation of PIM reference data and related views in the PIM., (*2)

For more information, please see http://docs.akeneo.com/, (*3)

Requirements

CustomEntityBundle Akeneo PIM Community Edition
v4.0.* v4.0.*
v3.0.* v3.0.*
v2.4.* v2.3.*
v2.3.* v2.2.*
v2.2.* v2.1.*
v2.1.* v2.1.*
v2.0.* v2.0.*
v1.10.* v1.7.*

Installation

You can install this bundle with composer (see requirements section):, (*4)

    php composer.phar require "akeneo-labs/custom-entity-bundle":"4.0.*"

Then add the following lines at the end of your config/routes/routes.yml :, (*5)

    pim_customentity:
        prefix: /reference-data
        resource: "@PimCustomEntityBundle/Resources/config/routing.yml"

and enable the bundle in the config/bundles.php file:, (*6)

    return [
        // ...
        Pim\Bundle\CustomEntityBundle\PimCustomEntityBundle::class => ['all' => true]
    ];

If your installation is already set up, you have to run the following command in order to add the quick export job:, (*7)

    php bin/console akeneo:batch:create-job "Akeneo Mass Edit Connector" "csv_reference_data_quick_export" "quick_export" "csv_reference_data_quick_export" '{"delimiter": ";", "enclosure": "\"", "withHeader": true, "filePath": "/tmp/reference_data_quick_export.csv"}'

Documentation

The reference data documentation can be found in the PIM documentation., (*8)

Detailled information can be found in the bundle documentation., (*9)

Run the Tests

Unit tests

    $ composer install
    $ vendor/bin/phpspec run

Code style

    $ composer install
    $ vendor/bin/php-cs-fixer fix -v --diff --config .php_cs.php

PHPUnit

  • Install an Akeneo PIM with the CustomEntityBundle
  • Copy Tests/Resources/phpunit.xml to project root
  • Copy Tests/Resources/.env.test to project root, and edit accordingly to your config
  • Copy Tests/Resources/bundles.php or Tests/Resources/bundles_ee.php (depending on your PIM version) content in the config/bundles.php file

Then:, (*10)

    $ php bin/console cache:warmup --env=test

    If you're on EE Edition :
    $ php bin/console pim:installer:db --env=test --catalog vendor/akeneo/pim-enterprise-dev/src/Akeneo/Platform/Bundle/InstallerBundle/Resources/fixtures/minimal
    Else :
    $ php bin/console pim:installer:db --env=test --catalog vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/InstallerBundle/Resources/fixtures/minimal

    $ vendor/bin/phpunit

Contributing

If you want to contribute to this open-source project, thank you to read and sign the following contributor agreement, (*11)

The Versions

26/06 2018

dev-master

9999999-dev http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.3.0

 

The Development Requires

ecommerce pim akeneo integration reference data

26/06 2018

v2.4.0

2.4.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.3.0

 

The Development Requires

ecommerce pim akeneo integration reference data

16/04 2018

dev-add-bundle-cookbook

dev-add-bundle-cookbook http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.2.0

 

The Development Requires

ecommerce pim akeneo integration reference data

04/04 2018

dev-fix-import-with-translations

dev-fix-import-with-translations http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.0.6

 

The Development Requires

ecommerce pim akeneo integration reference data

03/04 2018

2.0.x-dev

2.0.9999999.9999999-dev http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.0.6

 

The Development Requires

ecommerce pim akeneo integration reference data

22/03 2018

v2.3.0

2.3.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.2.0

 

The Development Requires

ecommerce pim akeneo integration reference data

22/03 2018

dev-rouliane-patch-1

dev-rouliane-patch-1 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.2.0

 

The Development Requires

ecommerce pim akeneo integration reference data

22/03 2018

dev-remove-brand-mass-edit-actions

dev-remove-brand-mass-edit-actions http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

22/03 2018

dev-mass-delete-integration-test

dev-mass-delete-integration-test http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

05/03 2018

v2.2.2

2.2.2.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

27/02 2018

v2.2.1

2.2.1.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

27/02 2018

dev-merge-20-into-master

dev-merge-20-into-master http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

27/02 2018

v2.0.9

2.0.9.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.0.6

 

The Development Requires

ecommerce pim akeneo integration reference data

27/02 2018

dev-CEB-integration-tests

dev-CEB-integration-tests http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.0.6

 

The Development Requires

ecommerce pim akeneo integration reference data

20/02 2018

1.10.x-dev

1.10.9999999.9999999-dev http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

20/02 2018

v1.10.8

1.10.8.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

09/02 2018

v1.10.7

1.10.7.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

08/02 2018

v2.2.0

2.2.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

02/02 2018

v2.1.3

2.1.3.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

31/01 2018

dev-export_refacto

dev-export_refacto http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

08/01 2018

dev-github-137

dev-github-137 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.0.6

 

The Development Requires

ecommerce pim akeneo integration reference data

05/01 2018

v2.1.2

2.1.2.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

05/01 2018

v2.0.8

2.0.8.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.0.6

 

The Development Requires

ecommerce pim akeneo integration reference data

03/01 2018

v2.1.1

2.1.1.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

03/01 2018

v1.10.6

1.10.6.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

03/01 2018

1.9.x-dev

1.9.9999999.9999999-dev http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.6.*

 

The Development Requires

ecommerce pim akeneo integration reference data

03/01 2018

v1.9.1

1.9.1.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.6.*

 

The Development Requires

ecommerce pim akeneo integration reference data

22/12 2017

v2.1.0

2.1.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.1.0

 

The Development Requires

ecommerce pim akeneo integration reference data

22/12 2017

v2.0.7

2.0.7.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.0.6

 

The Development Requires

ecommerce pim akeneo integration reference data

20/12 2017

v1.10.5

1.10.5.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

30/11 2017

v1.10.4

1.10.4.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

17/11 2017

v2.0.6

2.0.6.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ^2.0.6

 

The Development Requires

ecommerce pim akeneo integration reference data

06/11 2017

v2.0.5

2.0.5.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.0.*

 

The Development Requires

ecommerce pim akeneo integration reference data

02/11 2017

v2.0.4

2.0.4.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.0.*

 

The Development Requires

ecommerce pim akeneo integration reference data

25/10 2017

v2.0.3

2.0.3.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.0.*

 

The Development Requires

ecommerce pim akeneo integration reference data

13/10 2017

v2.0.2-beta

2.0.2.0-beta http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.0.*

 

The Development Requires

ecommerce pim akeneo integration reference data

06/10 2017

v2.0.0-beta

2.0.0.0-beta http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.0.*

 

The Development Requires

ecommerce pim akeneo integration reference data

05/10 2017

v1.10.3

1.10.3.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

09/08 2017

v1.10.2

1.10.2.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

12/06 2017

1.10.1

1.10.1.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

12/06 2017

v1.10.1

1.10.1.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

14/03 2017

v1.10.0

1.10.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

ecommerce pim akeneo integration reference data

13/01 2017

v1.9.0

1.9.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.6.0

 

The Development Requires

ecommerce pim akeneo integration reference data

27/12 2016

v1.9.0-RC1

1.9.0.0-RC1 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.6.0

 

The Development Requires

ecommerce pim akeneo integration reference data

01/09 2016

v1.8.0

1.8.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.6.0

 

The Development Requires

ecommerce pim akeneo integration reference data

25/07 2016

1.7.x-dev

1.7.9999999.9999999-dev http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

ecommerce pim akeneo integration reference data

08/03 2016

v1.7.0

1.7.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

ecommerce pim akeneo integration reference data

03/03 2016

dev-add_spec

dev-add_spec http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

ecommerce pim akeneo integration reference data

10/02 2016

1.6.x-dev

1.6.9999999.9999999-dev http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.4.*

 

The Development Requires

ecommerce pim akeneo integration

28/09 2015

v1.6.0

1.6.0.0 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.4.*

 

The Development Requires

ecommerce pim akeneo integration

15/09 2015

v1.6.0-RC2

1.6.0.0-RC2 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.4.*

 

The Development Requires

ecommerce pim akeneo integration

02/09 2015

dev-hotfix/simple_select_lookup

dev-hotfix/simple_select_lookup http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.4.*

 

The Development Requires

ecommerce pim akeneo integration

28/08 2015

v1.6-RC1

1.6.0.0-RC1 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.4.*

 

The Development Requires

ecommerce pim akeneo integration

18/08 2015

v1.6.0-alpha1

1.6.0.0-alpha1 http://www.akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.4.*

 

The Development Requires

ecommerce pim akeneo integration

31/03 2015

1.5.x-dev

1.5.9999999.9999999-dev http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.3.*

 

The Development Requires

ecommerce pim akeneo integration

09/03 2015

v1.5.0-RC1

1.5.0.0-RC1 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.3.*

 

The Development Requires

ecommerce pim akeneo integration

19/02 2015

v1.4.0

1.4.0.0 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.2.*

 

The Development Requires

ecommerce pim akeneo integration

05/11 2014

v1.1.1

1.1.1.0 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.1.*

 

The Development Requires

ecommerce pim akeneo integration

05/09 2014

v1.3.0

1.3.0.0 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.2.*

 

The Development Requires

ecommerce pim akeneo integration

01/09 2014

v1.3.0-RC1

1.3.0.0-RC1 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.2.*

 

The Development Requires

ecommerce pim akeneo integration

13/08 2014

v1.3.0-alpha1

1.3.0.0-alpha1 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.2.*

 

The Development Requires

ecommerce pim akeneo integration

04/06 2014

v1.2.0

1.2.0.0 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.1.*

 

The Development Requires

ecommerce pim akeneo integration

23/04 2014

v1.1.0

1.1.0.0 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.1.*

 

The Development Requires

ecommerce pim akeneo integration

11/04 2014

1.0.0

1.0.0.0 http://akeneo.com

Akeneo PIM Custom entity bundle

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.1

 

ecommerce pim akeneo integration