PHPackages                             shyim/store-plugin-installer - 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. shyim/store-plugin-installer

AbandonedArchivedComposer-plugin

shyim/store-plugin-installer
============================

Composer plugin that installs automaticlly defined plugins from store

0.3.1(6y ago)3427.7k6[3 issues](https://github.com/shyim/store-plugin-installer/issues)MITPHPPHP ^7.0.0

Since Jul 25Pushed 5y ago8 watchersCompare

[ Source](https://github.com/shyim/store-plugin-installer)[ Packagist](https://packagist.org/packages/shyim/store-plugin-installer)[ RSS](/packages/shyim-store-plugin-installer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (5)Versions (13)Used By (0)

Install plugins from Store during composer install
==================================================

[](#install-plugins-from-store-during-composer-install)

Deprecated:
-----------

[](#deprecated)

Use native composer repository  instead

What do you need?
-----------------

[](#what-do-you-need)

- Shopware Composer Installation
- Shopware Account Credentials
- PHP 7.0 or higher
- Normal Domain and not **wildcard**

Setup
-----

[](#setup)

Add the plugins in the extra section in your composer.json

Example composer.json

```
{
    "name": "shopware/composer-project",
    "description": "Project template for Shopware projects with composer",
    "type": "project",
    "license": "MIT",
    "authors": [
        {
            "name": "Shopware",
            "email": "info@shopware.com"
        }
    ],
    "autoload": {
        "classmap": [ "app/AppKernel.php" ]
    },
    "require": {
        "php": "^5.6.4||^7.0",
        "composer/installers": "^1.0",
        "shopware/shopware": "^5.4",
        "vlucas/phpdotenv": "~2.0 || ~3.3",
        "shyim/store-plugin-installer": "dev-master"
    },
    "extra": {
        "installer-paths": {
            "Plugins/Local/Backend/{$name}/": ["type:shopware-backend-plugin"],
            "Plugins/Local/Core/{$name}/": ["type:shopware-core-plugin"],
            "Plugins/Local/Frontend/{$name}/": ["type:shopware-frontend-plugin"]
        },
        "plugins": {
            "production": {
                "SwagPaymentPaypal": "3.4.5"
            }
        }
    },
    "include-path": [
        "engine/Library/"
    ],
    "config": {
        "optimize-autoloader": true,
        "process-timeout": 0
    },
    "scripts": {
        "post-root-package-install": [
           "./app/post-install.sh"
        ],
        "post-install-cmd": [
           "./app/post-install.sh"
        ],
        "post-update-cmd":[
           "./app/post-update.sh"
        ]
    }
}
```

Set following environment variables

- ACCOUNT\_USER (Shopware User)
- ACCOUNT\_PASSWORD (Shopware Password)
- SW\_STORE\_PLUGIN\_INSTALLER\_SILENTFAIL (do not throw exceptions on errors / default: `false``)

Install the composer plugin

```
composer require shyim/store-plugin-installer
```

Aaaaaaaand the Plugins should be installed

FAQ
---

[](#faq)

### BinariesException-14

[](#binariesexception-14)

Reasons can be:

- You are not logged in
- The `SHOP_URL` environment variable does not equal the from account

#### Versions

[](#versions)

Versions can be a constraint or a exact version

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.7% 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 ~41 days

Total

11

Last Release

2433d ago

PHP version history (2 changes)0.1.0PHP ^5.6.4 || ^7.0.0

0.2.0PHP ^7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c45ef9077b73fce78afbfab2fa27e611a453dd77de003e2785ac84105d02bef?d=identicon)[shyim](/maintainers/shyim)

---

Top Contributors

[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (21 commits)")[![arosenhagen](https://avatars.githubusercontent.com/u/50462?v=4)](https://github.com/arosenhagen "arosenhagen (5 commits)")[![Forestsoft-de](https://avatars.githubusercontent.com/u/132578?v=4)](https://github.com/Forestsoft-de "Forestsoft-de (2 commits)")[![nlubisch](https://avatars.githubusercontent.com/u/3511228?v=4)](https://github.com/nlubisch "nlubisch (1 commits)")[![studioforty9-dev](https://avatars.githubusercontent.com/u/632333?v=4)](https://github.com/studioforty9-dev "studioforty9-dev (1 commits)")[![xndrdev](https://avatars.githubusercontent.com/u/3687475?v=4)](https://github.com/xndrdev "xndrdev (1 commits)")

---

Tags

composer-pluginshopware

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shyim-store-plugin-installer/health.svg)

```
[![Health](https://phpackages.com/badges/shyim-store-plugin-installer/health.svg)](https://phpackages.com/packages/shyim-store-plugin-installer)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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