sulu / sylius-producer-plugin
Producer for synchronization products with sulu.
Installs: 38 769
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 8
Forks: 12
Open Issues: 6
Type:sylius-plugin
Requires
- php: ^7.3|^8.0
- sylius/sylius: ^1.8
- symfony/config: ^4.4|^5.0
- symfony/dependency-injection: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/messenger: ^4.4|^5.0
- symfony/serializer: ^4.4|^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- 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: ^8.2
- sensiolabs/security-checker: ^6.0
- symfony/browser-kit: ^4.4 || ^5.0
- symfony/dotenv: ^4.4 || ^5.0
- symfony/intl: ^4.4 || ^5.0
- symfony/web-profiler-bundle: ^4.4 || ^5.0
- symfony/web-server-bundle: ^4.4 || ^5.0
- 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'