sulu / sylius-producer-plugin
Producer for synchronization products with sulu.
Installs: 38 879
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 8
Forks: 12
Open Issues: 3
Type:sylius-plugin
Requires
- php: ^8.1
- sylius/sylius: 1.13.* || 1.14.*
- symfony/config: ^5.4 || ^6.4
- symfony/dependency-injection: ^5.4 || ^6.4
- symfony/http-kernel: ^5.4 || ^6.4
- symfony/messenger: ^5.4 || ^6.4
- symfony/serializer: ^5.4 || ^6.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15 || ^3.0
- jangregor/phpstan-prophecy: ^1.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-doctrine: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-symfony: ^1.0
- phpstan/phpstan-webmozart-assert: ^1.0
- phpunit/phpunit: ^9.5
- symfony/browser-kit: ^5.4 || ^6.4
- symfony/dotenv: ^5.4 || ^6.4
- symfony/intl: ^5.4 || ^6.4
- symfony/web-profiler-bundle: ^5.4 || ^6.4
- thecodingmachine/phpstan-strict-rules: ^1.0
README
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'