📊 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 v0.2.2

Module Production Images

zamoroka/module-production-images

Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.

12,266
Downloads
Below average
5
GitHub Stars
Below average
22d ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
20 warnings
L5 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

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

v0.2.2 on Magento 2.4.8-p3
Jan 19, 2026
v0.2.1 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Module Production Images Magento compatibility status badge

README

Loaded from GitHub

Get images from production server

Installation
composer require zamoroka/module-production-images --dev
Configuration
  1. Enable module
bin/magento module:enable Zamoroka_ProductionImages
bin/magento config:set production_images/general/enabled 1
  1. Provide production media URL under Store -> Configuration -> Zamoroka -> Production images -> Production media URL. e.g https://example.com/media/ or using command
bin/magento config:set production_images/general/production_media_url "https://example.com/media/"
  1. Clear config and image cache
bin/magento cache:flush

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.