shopware-utils

Installation
SKILL.md

dustin/shopware-utils

Library for structuring large Shopware 6 plugins with sub-bundles, auto-resource installation, and config-as-service.

Docs: https://dustinsimon.gitbook.io/shopware-utils

Installation

composer require dustin/shopware-utils

Plugin & AdditionalBundle

Use Dustin\ShopwareUtils\Core\Framework\Plugin instead of the Shopware base class. Sub-features go into AdditionalBundle classes — same lifecycle hooks as a plugin, but invisible in admin and always activated with the main plugin.

Plugin (main class)

Installs
2
GitHub Stars
4
First Seen
Jun 18, 2026
shopware-utils — alpham8/agentic-webdev