devamitbera/remove-adobe-stock-from-open-source

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Open Issues: 0

pkg:composer/devamitbera/remove-adobe-stock-from-open-source

1.2.0 2025-11-10 08:56 UTC

This package is not auto-updated.

Last update: 2025-11-11 07:15:36 UTC


README

This package safely removes Adobe Stock-related modules from Magento Open Source installations.
Since Adobe Stock integration is rarely used in most Magento stores, removing it helps make your setup lighter, faster, and cleaner.

๐ŸŽฏ Why Remove Adobe Stock?

Magento Open Source includes several Adobe Stock modules that are primarily designed for Adobe Commerce (Enterprise).
For most Magento stores, these modules are unnecessary and can:

  • Increase dependency load
  • Slow down deployments and compilation
  • Introduce unused admin UI components

Removing them improves performance and simplifies maintenance.

โš™๏ธ Modules Removed

This package removes or replaces the following modules:

  • magento/module-adobe-ims
  • magento/module-adobe-ims-api
  • magento/module-adobe-stock-admin-ui
  • magento/module-adobe-stock-asset-api
  • magento/module-adobe-stock-client
  • magento/module-adobe-stock-client-api
  • magento/module-adobe-stock-image
  • magento/module-adobe-stock-image-admin-ui
  • magento/module-adobe-stock-image-api

๐Ÿš€ Installation

Option 1: Composer (recommended)

composer require devamitbera/remove-adobe-stock

After installation, run the following commands to clean and update your setup:

bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush

You can verify that Adobe modules are removed by running:

#bin/magento module:status | grep Adobe

๐Ÿ’ก Benefits

โœ… Reduces unused dependencies
โœ… Speeds up setup and compilation
โœ… Improves admin performance
โœ… Keeps your Magento Open Source installation clean and optimized

๐Ÿงพ Compatibility

Magento Version Supported
2.4.4 - 2.4.7-p9 โœ… Tested
Adobe Commerce (EE) โš ๏ธ Not recommended

๐Ÿ‘จโ€๐Ÿ’ป Author

Amit Bera
Owner of amitbera.com
Magento Developer & DevOps Engineer
Moderator on Magento Stack Exchange

๐Ÿชช License

This project is licensed under the MIT License.

๐Ÿ’ฌ โ€œA lighter Magento is a faster Magento.โ€