PHPackages                             fond-of-impala/product-image-grouping-product-page-search - 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. fond-of-impala/product-image-grouping-product-page-search

ActiveLibrary

fond-of-impala/product-image-grouping-product-page-search
=========================================================

Product Image Grouping Product Page Search module.

1.3.0(2y ago)05.1kMITPHPPHP &gt;=8.0

Since Sep 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fond-of-impala/product-image-grouping-product-page-search)[ Packagist](https://packagist.org/packages/fond-of-impala/product-image-grouping-product-page-search)[ RSS](/packages/fond-of-impala-product-image-grouping-product-page-search/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

Product Image Grouping Product Page Search
==========================================

[](#product-image-grouping-product-page-search)

[![CI](https://github.com/fond-of-impala/product-image-grouping-product-page-search/actions/workflows/main.yml/badge.svg)](https://github.com/fond-of-impala/product-image-grouping-product-page-search/actions/workflows/main.yml)[![license](https://camo.githubusercontent.com/e2d489e7c9a471a62655c12a3e215c9d1bed2897c8d20d688e3d39e78403f416/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f666f6e642d6f662d696d70616c612f70726f647563742d696d6167652d67726f7570696e672d70726f647563742d706167652d7365617263682e737667)](https://packagist.org/packages/fond-of-impala/product-image-grouping-product-page-search)

This package will group the image sets by name. Example:

```
"groupedImages": {
  "setName1": [
    {
      "externalUrlSmall": "https:\/\/...",
      "externalUrlLarge": "https:\/\/...",
      "sortOrder": 5
    },
    {
      "externalUrlSmall": "https:\/\/...",
      "externalUrlLarge": "https:\/\/...",
      "sortOrder": 10
    },
    {
      "externalUrlSmall": "https:\/\/...",
      "externalUrlLarge": "https:\/\/...",
      "sortOrder": 15
    }
  ],
  "setName2": [
    {
      "externalUrlSmall": "https:\/\/...",
      "externalUrlLarge": "https:\/\/...",
      "sortOrder": 0
    }
  ]
}

```

Installation
------------

[](#installation)

```
composer require fond-of-impala/product-image-grouping-product-page-search

```

Usage
-----

[](#usage)

In src/Pyz/Client/Catalog/CatalogDependencyProvider.php replace

`use Spryker\Client\Catalog\Plugin\Elasticsearch\ResultFormatter\RawCatalogSearchResultFormatterPlugin;`

with

`use FondOfImpala\Client\ProductImageGroupingProductPageSearch\Plugin\Search\RawCatalogSearchResultFormatterPlugin`

In src/Pyz/Zed/ProductPageSearch/ProductPageSearchDependencyProvider.php

add `$dataExpanderPlugins[ProductImageGroupingProductPageSearchConfig::PLUGIN_PRODUCT_IMAGE_GROUPED_PAGE_DATA] = new ProductImageGroupedPageDataLoaderExpanderPlugin();`

after

`$dataExpanderPlugins[ProductPageSearchConfig::PLUGIN_PRODUCT_IMAGE_PAGE_DATA] = new ProductImagePageDataLoaderExpanderPlugin();`

```
        /**
        * @return array
        */
        protected function getDataExpanderPlugins(): array
        {
            $dataExpanderPlugins = [];
            ...
            $dataExpanderPlugins[ProductPageSearchConfig::PLUGIN_PRODUCT_IMAGE_PAGE_DATA] = new ProductImagePageDataLoaderExpanderPlugin();
            $dataExpanderPlugins[ProductImageGroupingProductPageSearchConfig::PLUGIN_PRODUCT_IMAGE_GROUPED_PAGE_DATA] = new ProductImageGroupedPageDataLoaderExpanderPlugin();
            ...
            return $dataExpanderPlugins;
        }

```

add

`new ProductImageGroupMapExpanderPlugin(),`

after

`new ProductImageMapExpanderPlugin(),`

```
      /**
      * @return array
      */
      protected function getProductAbstractMapExpanderPlugins(): array
      {
          return [
              ...
              new ProductImageMapExpanderPlugin(),
              new ProductImageGroupMapExpanderPlugin(),
              ...
          ];
      }

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~33 days

Recently: every ~26 days

Total

7

Last Release

782d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8ae669ad5d4e25d1564b2ee381e86fb88b3d9f132040a1a6b642de43b7a417?d=identicon)[daniel-rose](/maintainers/daniel-rose)

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

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

---

Top Contributors

[![julianhyatt](https://avatars.githubusercontent.com/u/54834203?v=4)](https://github.com/julianhyatt "julianhyatt (6 commits)")[![daniel-rose](https://avatars.githubusercontent.com/u/489806?v=4)](https://github.com/daniel-rose "daniel-rose (5 commits)")[![gengjozsef](https://avatars.githubusercontent.com/u/20280713?v=4)](https://github.com/gengjozsef "gengjozsef (1 commits)")

### Embed Badge

![Health badge](/badges/fond-of-impala-product-image-grouping-product-page-search/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-impala-product-image-grouping-product-page-search/health.svg)](https://phpackages.com/packages/fond-of-impala-product-image-grouping-product-page-search)
```

###  Alternatives

[spryker/search

Search module

152.8M64](/packages/spryker-search)

PHPackages © 2026

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