splash / sylius-splash-plugin
Sylius电子商务解决方案的Splash Bundle
2.12.0
2023-12-07 10:32 UTC
Requires
- php: ^7.4|^8.0
- splash/php-bundle: ^2.0
- sylius/sylius: ^1.0
Requires (Dev)
- badpixxel/php-sdk: dev-main
This package is auto-updated.
Last update: 2024-08-30 01:12:08 UTC
README
Sylius电子商务解决方案的Splash Bundle
Sylius电子商务的Splash Sync Bundle
Sylius电子商务解决方案的Splash Bundle
本模块实现了Sylius的Splash Sync连接器,Sylius是针对Symfony框架的电子商务解决方案。它通过Splash Sync专用协议提供对多个对象的访问,以实现自动同步。
通过Composer安装
将Sylius-Bundle及其依赖项下载到vendor目录。您可以使用Composer进行自动化过程
$ php composer.phar require splash/sylius-splash-plugin
Composer将安装bundle到vendor/splash
目录。
将bundle添加到您的应用程序内核
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new \Splash\Bundle\SplashBundle(), // Splash Sync Core PHP Bundle new \Splash\SyliusSplashPlugin\SplashSyliusSplashPlugin(), // Splash Bundle for Sylius // ... ); }
配置Splash Bundle
以下是Splash Bundle的默认配置
splash: id: ThisIsSyliusWsId # Your Splash Server ID key: ThisIsSyliusWsEncryptionKey # Your Server Secret Encryption Key splash_sylius_splash: default_channel: FASHION_WEB # Select here your shop default channel
要求
- PHP 7.4+
- Sylius 1.6+
- 一个活跃的Splash Sync用户账户
文档
有关配置指南和参考,请参阅:Sylius Bundle Docs
贡献
欢迎任何Pull requests!
本模块是SplashSync项目的一部分。