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.5k—0%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 1mo ago

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

28

—

LowBetter than 54% of packages

Maintenance34

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

656d 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)
```

###  Alternatives

[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)[instride/data-definitions

Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.

8117.7k](/packages/instride-data-definitions)[dpfaffenbauer/process-manager

Process Manager helps you to see statuses for long running Processes

3289.3k2](/packages/dpfaffenbauer-process-manager)[youwe/workflow-gui

Workflow Configuration UI for Pimcore

2884.6k](/packages/youwe-workflow-gui)[dachcom-digital/schema

Pimcore Schema

1075.7k](/packages/dachcom-digital-schema)

PHPackages © 2026

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