fond-of-akeneo/export-connector-bundle

FOND OF bundle to export products with localized attribute option labels.

Installs: 112

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 2

Open Issues: 0

Type:symfony-bundle

pkg:composer/fond-of-akeneo/export-connector-bundle

4.0.0 2021-08-04 08:25 UTC

This package is auto-updated.

Last update: 2025-09-12 18:03:20 UTC


README

PHP from Travis config license

FOND OF bundle to export products with localized attribute option labels.

Install

Install bundle with composer:

composer require fond-of-akeneo/export-connector-bundle:VERSION_CONSTRAINT

Enable the bundle in config/bundles.php file.:

<?php

return [
    ...
    FondOfAkeneo\Bundle\ExportConnectorBundle\FondOfAkeneoExportConnectorBundle::class => ['dev' => true, 'test' => true, 'prod' => true]
];