sulu/sylius-producer-plugin

Producer for synchronization products with sulu.

Maintainers

Package info

github.com/sulu/SuluSyliusProducerPlugin

Type:sylius-plugin

pkg:composer/sulu/sylius-producer-plugin

Statistics

Installs: 42 791

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 3

0.6.2 2025-12-04 07:28 UTC

This package is auto-updated.

Last update: 2026-03-04 08:17:37 UTC


README

Test workflow status

Producer for synchronization products with sulu.

Installation

composer require sulu/sylius-producer-plugin

Register the plugin

// config/bundles.php

    Sulu\SyliusProducerPlugin\SuluSyliusProducerPlugin::class => ['all' => true],

Add configuration

// config/packages/sulu_sylius_producer.yaml

imports:
    - { resource: "@SuluSyliusProducerPlugin/Resources/config/app/config.yaml" }

framework:
    messenger:
        transports:
            sulu_sylius_transport: 'redis://localhost:6379/sulu_sylius_products'