PHPackages                             fond-of-spryker/product-image-storage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. fond-of-spryker/product-image-storage

ActiveLibrary[Image &amp; Media](/categories/media)

fond-of-spryker/product-image-storage
=====================================

Add product abstract imagesset by given name

1.1.0(7y ago)012.7k1MITPHPPHP &gt;=7.1

Since Aug 30Pushed 5y ago3 watchersCompare

[ Source](https://github.com/fond-of/spryker-product-image-storage)[ Packagist](https://packagist.org/packages/fond-of-spryker/product-image-storage)[ RSS](/packages/fond-of-spryker-product-image-storage/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (13)Versions (3)Used By (1)

fond-of-spryker/product-image-storage
=====================================

[](#fond-of-sprykerproduct-image-storage)

[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/fond-of-spryker/google-custom-search)

Add more multiple image sets to your product.

By default, only one image is provided in the ProductViewTransfer object. This module adds a new field to "ProductViewTransfer" which called "imageSets". In this field you can add your own image sets as much as you like.

Install
-------

[](#install)

```
composer require fond-of-spryker/product-image-storage

```

```
vendor/bin/console transfer:generate

```

Configuration
-------------

[](#configuration)

Open the existing "ProductStorageDependencyProvider" (mostly stored in Pyz\\Client\\ProductStorage) and replace the ProductViewImageExpanderPlugin() with the new one of this module.

```
use FondOfSpryker\Client\ProductImageStorage\Plugin\ProductViewImageExpanderPlugin;

```

After that you only need to configure which image sets you want. Open your store config and lets insert some image sets :)

```
// ---------- Image sets
 $config[\FondOfSpryker\Shared\ProductImageStorage\ProductImageStorageConstants::IMAGES_SET_TO_ADD] = [
     'SetOne',
     'SetTow'
 ];'

```

Take a look in ZED to get the name of your sets.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2812d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5766a5e1f2f31647ebd3e7ccfc434a968092eedbf3db8f6e999f3d8650d4521e?d=identicon)[Carpenter0100](/maintainers/Carpenter0100)

![](https://www.gravatar.com/avatar/2f5bd8b1a3358200680cbaf5d0dce827afb0569cc997877854354cc70bcf5a61?d=identicon)[julianzimmermann](/maintainers/julianzimmermann)

![](https://www.gravatar.com/avatar/c555494ccfc76f8679a78d4174f15a7d760471d36a999c5c6952e830d8b7a2c1?d=identicon)[gengjozsef](/maintainers/gengjozsef)

![](https://www.gravatar.com/avatar/e568ff715a8dc39b72d07873df23e2b14e0771a7f98ae50900dc4c057e2ed971?d=identicon)[DerCalli](/maintainers/DerCalli)

---

Top Contributors

[![DerCalli](https://avatars.githubusercontent.com/u/35733274?v=4)](https://github.com/DerCalli "DerCalli (2 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/fond-of-spryker-product-image-storage/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-spryker-product-image-storage/health.svg)](https://phpackages.com/packages/fond-of-spryker-product-image-storage)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
