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
Requires
- magento/product-community-edition: 2.4.*
Replaces
- magento/module-adobe-stock-admin-ui: *
- magento/module-adobe-stock-asset: *
- 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: *
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-imsmagento/module-adobe-ims-apimagento/module-adobe-stock-admin-uimagento/module-adobe-stock-asset-apimagento/module-adobe-stock-clientmagento/module-adobe-stock-client-apimagento/module-adobe-stock-imagemagento/module-adobe-stock-image-admin-uimagento/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
- ๐ GitHub Profile
- ๐จ Open an Issue for support or suggestions
- โญ Star the repository if you found it useful!
๐ชช License
This project is licensed under the MIT License.
๐ฌ โA lighter Magento is a faster Magento.โ