PHPackages                             momocode/shopware-6-plugin-base - 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. momocode/shopware-6-plugin-base

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

momocode/shopware-6-plugin-base
===============================

Base library that can be loaded as a composer dependency inside of Shopware 6 plugins

v1.1.1(3y ago)14.1kproprietaryPHP

Since Apr 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/momocode-de/shopware-6-plugin-base)[ Packagist](https://packagist.org/packages/momocode/shopware-6-plugin-base)[ RSS](/packages/momocode-shopware-6-plugin-base/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Shopware 6 plugin base
======================

[](#shopware-6-plugin-base)

This library contains abstractions that may be useful in all custom plugins. It provides following features:

- Migration helper
    - Helper class for new mail types
    - More is comming soon

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

[](#installation)

Require the composer package in your plugin:

```
composer require momocode/shopware-6-plugin-base

```

Add composer autoloader to plugin bootstrap class and let your plugin inherit the `Momocode\Shopware6Base\Plugin` abstraction

```
