bigbiz / sylius-bundle
Sylius电子商务解决方案的Splash Bundle
v1.7.3
2021-08-20 14:50 UTC
Requires
- php: ^7.2
- splash/php-bundle: dev-master
Requires (Dev)
- composer/composer: ^1.5
- escapestudios/symfony2-coding-standard: ^3.4
- friendsofphp/php-cs-fixer: ^2.10
- j13k/yaml-lint: ^1.1
- jakub-onderka/php-parallel-lint: ^1.0
- phpmd/phpmd: ^2.6
- phpro/grumphp: ^1.3.1
- phpstan/phpstan-doctrine: ^0.10
- phpstan/phpstan-phpunit: ^0.10
- phpstan/phpstan-shim: ^0.10
- phpstan/phpstan-symfony: ^0.10
- phpunit/phpunit: >7
- sclable/xml-lint: ^0.2.4
- sebastian/phpcpd: >3.0
- seld/jsonlint: ^1.7
- sensiolabs/security-checker: ^5.0
- squizlabs/php_codesniffer: ^3.2
- sylius/sylius: ^1.4
- symfony/debug-bundle: ^4.2
- symfony/web-profiler-bundle: ^4.2
- symfony/web-server-bundle: ^4.2
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-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项目的一部分。