sulu/sylius-producer-plugin

Producer for synchronization products with sulu.

Installs: 38 292

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 8

Forks: 10

Open Issues: 4

Type:sylius-plugin

0.5.0 2022-03-22 12:54 UTC

This package is auto-updated.

Last update: 2024-04-16 10:35:23 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'