fond-of-akeneo/export-connector-bundle

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

Maintainers

Package info

github.com/fond-of/akeneo-export-connector-bundle

Homepage

Type:symfony-bundle

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

Statistics

Installs: 118

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

4.0.0 2021-08-04 08:25 UTC

This package is auto-updated.

Last update: 2026-02-12 19:05:35 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]
];