📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Actively Maintained v1.15.0

Magento2 Manager

shoppingfeed/magento2-manager

Integrates Magento 2 with Shopping Feed. Allows synchronization of product data and order information between the platforms.

70,224
Downloads
Below average
9
GitHub Stars
Below average
13d ago
Last Release
1
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
7 errors , 4850 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.15.0 on Magento 2.4.8-p3
Jan 28, 2026
v1.14.0 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Magento2 Manager Magento compatibility status badge

README

Loaded from GitHub

Shopping Feed integration module for Magento 2

Installation

The extension must be installed via composer. To proceed, run these commands in your terminal:

composer require shoppingfeed/magento2-manager
php bin/magento module:enable ShoppingFeed_Manager
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Update

To update the extension to the latest available version (depending on your composer.json), run these commands in your terminal:

composer update shoppingfeed/magento2-manager --with-dependencies
php bin/magento setup:di:compile
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

What to do when the module does not get updated

Sometimes, running composer update does not actually update the module to the desired version, for example because it does not match the version constraints specified in your composer.json (run this command to know the exact reason why: composer prohibits shoppingfeed/magento2-manager).

When this happens, simply adapt your composer.json to point to the new version you want to install, before re-running the update commands (and if that would still not be sufficient, do not hesitate to post an issue so that we can have a look at it).

Maintenance mode

You may want to enable the maintenance mode when installing or updating the module, especially when working on a production website. To do so, run the two commands below before and after running the other setup commands:

php bin/magento maintenance:enable
# Other setup commands
php bin/magento maintenance:disable

Compatibility

| Branch | Magento versions | | ------- | ----------------- | | 1.x | >= 2.3.x | | 0.x | >= 2.1.x |

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.