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.

Maintainers

Package info

bitbucket.org/Shopimind/sylius_module

Homepage

Issues

Type:sylius-plugin

pkg:composer/shopimind/sylius-plugin

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

v1.0.0 2026-04-20 12:18 UTC

This package is not auto-updated.

Last update: 2026-04-21 10:43:12 UTC


README

Latest Version Software License

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

  1. Go to your Sylius admin panel
  2. Navigate to Shopimind in the menu
  3. Enter your Shopimind API credentials
  4. Save the configuration

Support

License

This plugin is licensed under the MIT License. See the LICENSE file for details.