PHPackages                             ntzrbtr/shopware-plugin-management - 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. ntzrbtr/shopware-plugin-management

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

ntzrbtr/shopware-plugin-management
==================================

Tools for plugin management in Shopware 6

v1.7.1(6mo ago)01.7kMITPHPPHP ^8.2

Since May 23Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/ntzrbtr/shopware-plugin-management)[ Packagist](https://packagist.org/packages/ntzrbtr/shopware-plugin-management)[ RSS](/packages/ntzrbtr-shopware-plugin-management/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (17)Used By (0)

Shopware plugin management
==========================

[](#shopware-plugin-management)

This package provides a simple way to manage your Shopware plugins. It can handle the installation, update and removal of plugins.

The package provides a new command `netzarbeiter:plugin:manage` which can be used to manage your plugins. The command takes a JSON file with plugins that should be active in your Shopware installation.

Usage
-----

[](#usage)

```
bin/console netzarbeiter:plugin:manage
```

### Options

[](#options)

#### `--refresh`

[](#--refresh)

Refresh plugin list before doing anything.

#### `--keep-others`

[](#--keep-others)

Keep plugins which are not in the list installed; this is helpful when testing new plugins from the Shopware store.

#### `--dry-run`

[](#--dry-run)

Do not install or uninstall plugins, just show what would be done.

`plugins.json`
--------------

[](#pluginsjson)

The command takes a JSON file with the following schema:

```
{
  "": {
    "active": true|false,
    "update": true|false|"force"
  }
}
```

The command will install all plugins in that file, activate them if `active` is `true` and update them if `update` is `true` and an update is available or if `update` is set to `"force"` (useful for local plugins).

The command will afterwards uninstall all plugins that are installed in your Shopware installation, but are not in the `plugins.json` file.

Automation
----------

[](#automation)

You can use the command in your CI/CD pipeline to automate the installation of plugins. To do so, you can add the command as a post-update script to your `composer.json` file:

```
{
  "scripts": {
    "post-install-cmd": [
        "[ ! -f vendor/autoload.php ] || [ ! -f plugins.json ] || ($PHP_BINARY bin/console plugin:refresh -s && $PHP_BINARY bin/console netzarbeiter:plugins:handle plugins.json)"
    ],
    "post-update-cmd": [
        "[ ! -f vendor/autoload.php ] || [ ! -f plugins.json ] || ($PHP_BINARY bin/console plugin:refresh -s && $PHP_BINARY bin/console netzarbeiter:plugins:handle plugins.json)"
    ]
  }
}
```

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require
```

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Netzarbeiter\Shopware\PluginManagement\NetzarbeiterShopwarePluginManagementBundle::class => ['all' => true],
];
```

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance71

Regular maintenance activity

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~159 days

Total

16

Last Release

193d ago

PHP version history (5 changes)v1.0.0PHP ^7.4.3 || ^8.0

v1.3.0PHP ^7.4.3 || ^8.1 || ^8.2

v1.5.3PHP ^7.4.3 || ^8.0 || ^8.1 || ^8.2

v1.6.0PHP ^8.2 || ^8.3

v1.7.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![ntzrbtr](https://avatars.githubusercontent.com/u/49314?v=4)](https://github.com/ntzrbtr "ntzrbtr (38 commits)")

###  Code Quality

Static AnalysisRector

### Embed Badge

![Health badge](/badges/ntzrbtr-shopware-plugin-management/health.svg)

```
[![Health](https://phpackages.com/badges/ntzrbtr-shopware-plugin-management/health.svg)](https://phpackages.com/packages/ntzrbtr-shopware-plugin-management)
```

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.4k187.2M2.6k](/packages/composer-composer)[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[getdkan/dkan

DKAN Open Data Catalog

385135.4k2](/packages/getdkan-dkan)[frosh/tools

Provides some basic things for managing the Shopware Installation

79709.7k2](/packages/frosh-tools)[frosh/development-helper

Development Helper

90286.1k](/packages/frosh-development-helper)[e0ipso/shaper

Lightweight library to handle in and out transformations in PHP.

157.8M4](/packages/e0ipso-shaper)

PHPackages © 2026

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