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

ActiveLibrary

momocode/shopware-5-plugin-base
===============================

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

1.1.1(5y ago)146proprietaryPHP

Since Oct 17Pushed 5y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Shopware 5 plugin base
======================

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

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

- Database migrations on plugin installation and update
    - Shopware configuration migrations (soon)
    - Custom attribute migrations
    - Custom model migrations (soon)

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

[](#installation)

Require the composer package in your plugin first:

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

```

Add composer autoloader to plugin bootstrap class and let your plugin inherit the abstraction

```
