shopimind/sylius-plugin
最新稳定版本:v1.0.2
Composer 安装命令:
composer require shopimind/sylius-plugin
包简介
Relaunch your abandoned carts, contact your prospects, build customer loyalty. Shopimind allows you to automate your customer relationships and increase your sales.
关键字:
README 文档
README
Shopimind plugin for Sylius e-commerce platform. Automate your customer relationships, relaunch abandoned carts, contact prospects, and build customer loyalty.
Features
- Real-time synchronization of customers, orders, products, and more
- Passive synchronization for bulk data transfer
- Marketing automation integration with Shopimind platform
- Abandoned cart recovery
- Customer loyalty programs
Requirements
- PHP 8.1 or higher
- Sylius 1.12 or 2.0+
- Symfony 5.4, 6.4, or 7.0
Installation
Install the plugin via Composer:
composer require shopimind/sylius-plugin
Register the plugin
Add the plugin to your config/bundles.php:
return [
// ...
Shopimind\SyliusSynchronizationPlugin\ShopimindSyliusSynchronizationPlugin::class => ['all' => true],
];
Import routing
Create config/routes/shopimind.yaml:
shopimind_sylius_synchronization:
resource: "@ShopimindSyliusSynchronizationPlugin/Resources/config/routes.yaml"
Run migrations
bin/console doctrine:migrations:migrate
Configuration
- Go to your Sylius admin panel
- Navigate to Shopimind in the menu
- Enter your Shopimind API credentials
- Save the configuration
Support
- Email: support@shopimind.com
- Website: https://www.shopimind.com
- Issues: GitHub Issues
License
This plugin is licensed under the MIT License. See the LICENSE file for details.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-20