bigbiz/sylius-bundle

Sylius电子商务解决方案的Splash Bundle

安装: 78

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 2

类型:symfony-bundle

v1.7.3 2021-08-20 14:50 UTC

This package is auto-updated.

Last update: 2024-09-20 21:27:24 UTC


README

Sylius电子商务解决方案的Splash Bundle

N|Solid

Sylius电子商务的Splash Sync Bundle

Sylius电子商务解决方案的Splash Bundle

本模块实现了Sylius的Splash Sync连接器,Sylius是针对Symfony框架的电子商务解决方案。它提供了通过Splash Sync专用协议自动同步多个对象的访问。

Build Status Latest Stable Version Total Downloads License

通过Composer安装

将Sylius-Bundle及其依赖项下载到vendor目录。您可以使用Composer进行自动化过程

$ php composer.phar require splash/sylius-bundle

Composer会将bundle安装到vendor/splash目录。

将bundle添加到您的应用程序内核

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
            new \Splash\Bundle\SplashBundle(),          // Splash Sync Core PHP Bundle 
            new \Splash\Sylius\SplashSyliusBundle(),    // Splash Bundle for Sylius
        // ...
    );
}

配置Splash Bundle

以下是Splash Bundle的默认配置

    splash:
        id:             812b124aa746e04c                                        # Your Splash Server Id
        key:            NTdlMDI2YWQ1NTQ5NjAuOTI3OTgxMTQ1N2UwMjZhZDU1NjFiMS      # Your Server Secret Encryption Key

    splash_sylius:
        default_channel:    US_WEB      # Select here you shop's default channel

要求

  • PHP 7.0+
  • Sylius 1.0+
  • 一个有效的Splash Sync用户账户

文档

有关配置指南和参考,请参阅:Sylius Bundle Docs

贡献

欢迎任何Pull请求!

本模块是SplashSync项目的一部分。