PHPackages                             pisc/shopware-plugin-helpers - 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. pisc/shopware-plugin-helpers

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pisc/shopware-plugin-helpers
============================

Helper classes for Shopware

0.0.16(9y ago)1118MITPHPPHP &gt;=5.4

Since Sep 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/PieterScheffers/shopware-plugin-helpers)[ Packagist](https://packagist.org/packages/pisc/shopware-plugin-helpers)[ RSS](/packages/pisc-shopware-plugin-helpers/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (15)Used By (0)

shopware-plugin-helpers
=======================

[](#shopware-plugin-helpers)

Helper classes for Shopware plugin development

Install
-------

[](#install)

#### Shopware &gt;= 4.3 plugin

[](#shopware--43-plugin)

composer.json

```
{
    "require": {
        "pisc/shopware-plugin-helpers": "^0.0.5"
    },
    "autoload": {
        "psr-4": {
            "Shopware\\Plugins\\SwagSloganOfTheDay": "src/"
        }
    }
}

```

Bootstrap.php

```
public function install()
{
	$this->subscribeEvent('Enlight_Controller_Front_DispatchLoopStartup', 'onStartDispatch');
}

public function onStartDispatch(Enlight_Event_EventArgs $args)
{
    $this->registerMyComponents();

    $subscribers = [
    	new Shopware\Plugins\SwagSloganOfTheDay\MySubscriber;
    ];

    foreach ($subscribers as $subscriber) {
        $this->Application()->Events()->addSubscriber($subscriber);
    }
}

public function registerMyComponents()
{
	// instead of:
    // $this->Application()->Loader()->registerNamespace(
    //     'Shopware\Plugins\SwagSloganOfTheDay',
    //     $this->Path() . "/src"
    // );

   	// require composer autoload
    require_once $this->Path() . 'vendor/autoload.php';
}

```

#### Shopware &gt;= 5.2 plugin

[](#shopware--52-plugin)

composer.json

```
"require": {
    "pisc/shopware-plugin-helpers": "*"
}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

14

Last Release

3535d ago

PHP version history (2 changes)0.0.3PHP &gt;=5.6

0.0.7PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d2fed0961c00c0f7f579df5fdd0a7acb90568ce214a473c2001e73a975a884b?d=identicon)[pisc](/maintainers/pisc)

---

Top Contributors

[![PieterScheffers](https://avatars.githubusercontent.com/u/5553195?v=4)](https://github.com/PieterScheffers "PieterScheffers (20 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pisc-shopware-plugin-helpers/health.svg)

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

###  Alternatives

[morrislaptop/journal

A UI for Spatie's Laravel Event Sourcing

1734.1k](/packages/morrislaptop-journal)

PHPackages © 2026

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