splash / akeneo-bundle
Akeneo PIM 解决方案的 Splash Bundle
2.7.11
2024-05-13 21:34 UTC
Requires
- php: ^8.1
- akeneo/pim-community-dev: ^7.0
- splash/php-bundle: ^2.0.0
Requires (Dev)
- badpixxel/php-sdk: ^2.0
- splash/console: dev-master
README
Akeneo 的 Splash Sync Bundle
Akeneo PIM 的 Splash Php Bundle.
此模块实现了 Akeneo 的 Splash Sync 连接器。它通过 Splash Sync 专用协议提供对产品对象的访问,以实现自动化同步。
分支
通过 Composer 安装
下载 Akeneo-Bundle 及其依赖项到 vendor 目录。您可以使用 Composer 自动完成此过程
$ php composer.phar require splash/akeneo-bundle
Composer 将将捆绑包安装到 vendor/splash
目录。
将捆绑包添加到您的应用程序内核
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new \Splash\Bundle\SplashBundle(), // Splash Sync Core PHP Bundle new \Splash\Akeneo\SplashAkeneoBundle(), // Splash Bundle for Akeneo // ... ); }
配置 Splash Bundles
以下是 Splash Bundles 的默认配置
splash: connections: akeneo: name: Akeneo for Splash id: ThisIsSplashWsId # Your Splash Server Id key: ThisIsYourEncryptionKeyForSplash # Your Server Secret Encryption Key config: locale: en_US channel: ecommerce currency: EUR
要求
- PHP 7.4+
- Akeneo 4.0+
- 一个活跃的 Splash Sync 用户账户
文档
有关配置指南和参考,请参阅: Akeneo Bundle 文档
贡献
欢迎任何拉取请求!
此模块是 SplashSync 项目的一部分。