PHPackages                             werstreamtes/pimcore-list-widget - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. werstreamtes/pimcore-list-widget

ActivePimcore-bundle[Utility &amp; Helpers](/categories/utility)

werstreamtes/pimcore-list-widget
================================

WerStreamt.es Widget

1.0.1(1y ago)11.9k↑140%GPL-3.0-or-laterPHP

Since Jul 25Pushed 1y ago2 watchersCompare

[ Source](https://github.com/werstreamtes/pimcore-list-widget)[ Packagist](https://packagist.org/packages/werstreamtes/pimcore-list-widget)[ RSS](/packages/werstreamtes-pimcore-list-widget/feed)WikiDiscussions main Synced yesterday

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

Pimcore List Widget
===================

[](#pimcore-list-widget)

- [Pimcore List Widget](#pimcore-list-widget)
    - [Requirements](#requirements)
    - [Installation](#installation)
    - [Good to know](#good-to-know)
    - [Further Information](#further-information)

### Requirements

[](#requirements)

This widget is designed for use with Pimcore 10.2 or higher.

### Installation

[](#installation)

Install the widget using composer:

```
composer require werstreamtes/pimcore-list-widget
```

or via composer.json:

```
"require" : {
    "werstreamtes/pimcore-list-widget" : "1.0.0",
}
```

Activate the widget with the following command:

### Pimcore 10

[](#pimcore-10)

```
bin/console pimcore:bundle:enable WerStreamtEsListWidgetBundle
```

### Pimcore 11

[](#pimcore-11)

```
bin/console pimcore:bundle:install WerStreamtEsListWidgetBundle
```

Finally, the plugin must be registered in the `registerBundlesToCollection` function in the `App/Kernel.php` file

```
$collection->addBundle(WerStreamtEsListWidgetBundle::class);

```

### Good to know

[](#good-to-know)

If you are part of the WerStreamt.es partner program, you can save your tag in the website settings.

Go to the website settings and create a new entry with the key `wseWidgetTag` of type `Text`. You can fill this with your partner tag.

[![General Settings](settings.gif)](settings.gif)

### How to style the Widget

[](#how-to-style-the-widget)

There are some basic classes for styling the widget.

The color of the shade used for fading can be overwritten with the following variable:

```
.wse-widget {
    --shadow-color: #fff;
}
```

**Please note:** The shade also exists in dark mode and can be overwritten with the following code:

```
@media (prefers-color-scheme: dark) {
    .wse-widget {
        --shadow-color: #000;
    }
}
```

The color of the arrows can be adjusted with the following code:

```
.wse-arrow-fill {
  fill: #ffffff;
}
```

The color of the numbering can be adjusted with the following code:

```
.wse-numeric .wse-elements li.wse-element:before {
  color: #d90000;
}
```

### Further Information

[](#further-information)

- [WerStreamt.es Developer Widget Documentation](https://www.werstreamt.es/developers/widget/)

Feel free to reach out if you have any questions or issues!

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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 ~7 days

Total

2

Last Release

701d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89ce4fb66651fa636d001bf0ac6d62346c52a2a605c91747ad74b5f9f3022c5c?d=identicon)[WerStreamt.es](/maintainers/WerStreamt.es)

---

Tags

widgetpimcorewerstreamtes

### Embed Badge

![Health badge](/badges/werstreamtes-pimcore-list-widget/health.svg)

```
[![Health](https://phpackages.com/badges/werstreamtes-pimcore-list-widget/health.svg)](https://phpackages.com/packages/werstreamtes-pimcore-list-widget)
```

PHPackages © 2026

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