effectconnect / marketplaces-plugin-m2
EffectConnect Marketplaces Magento 2 plugin
Package info
github.com/EffectConnect/MarketplacesPluginM2
Type:magento2-module
pkg:composer/effectconnect/marketplaces-plugin-m2
Requires
- php: ~7.1.3||~7.2||~7.3||~7.4||~8.0||~8.1||~8.2
- ext-curl: *
- ext-dom: *
- ext-intl: *
- ext-json: *
- ext-libxml: *
- dragonmantank/cron-expression: ^3.0
- effectconnect/php-sdk: ^3.2.8
- laminas/laminas-filter: ^2.17
- magento/framework: ^102.0||^103.0
- myclabs/php-enum: ^1.7
This package is auto-updated.
Last update: 2026-06-01 08:17:56 UTC
README
Use this plugin to connect your Magento 2 webshop with EffectConnect Marketplaces. For more information about EffectConnect, go to the EffectConnect website.
Important: before installing this plugin please contact the EffectConnect sales department via +31(0)852088432 and/or sales@effectconnect.com so we can provide you with a new EffectConnect account.
Table of Contents
Installation
Installing the EffectConnect Marketplaces Magento 2 plugin requires multiple steps. Follow the steps below to install the module.
Install module
Installation of the module can be performed using the composer method (command-line).
Composer
- Install the module using the following command:
composer require 'effectconnect/marketplaces-plugin-m2'
Setup module
After installing the module, it needs to be setup by the Magento 2 module system. This setup can be achieved using the command-line method.
Command-line method
- When in a production environment, first put in into maintenance mode:
php bin/magento maintenance:enable
- Perform a setup upgrade:
php bin/magento setup:upgrade
- When in a production environment, perform a static-content deploy:
php bin/magento setup:static-content:deploy [locales]
- Perform a cache flush:
php bin/magento cache:flush