PHPackages                             shopwarelabs/swag-media-sftp - 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. shopwarelabs/swag-media-sftp

AbandonedShopware-plugin

shopwarelabs/swag-media-sftp
============================

The SFTP adapter allows you to manage your media files in shopware on a SFTP environment.

1.0.3(7y ago)122.2k5[1 issues](https://github.com/shopwareLabs/SwagMediaSftp/issues)MITPHP

Since Nov 14Pushed 2y ago16 watchersCompare

[ Source](https://github.com/shopwareLabs/SwagMediaSftp)[ Packagist](https://packagist.org/packages/shopwarelabs/swag-media-sftp)[ RSS](/packages/shopwarelabs-swag-media-sftp/feed)WikiDiscussions master Synced 1mo ago

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

SFTP Adapter for Shopware
=========================

[](#sftp-adapter-for-shopware)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

The SFTP adapter allows you to manage your media files in shopware on a SFTP environment.

Building a package
------------------

[](#building-a-package)

Just run `./build.sh`.

Install
-------

[](#install)

Download the plugin from the release page and enable it in shopware.

Usage
-----

[](#usage)

Update your `config.php` in your root directory and fill in your own values

```
'cdn' => [
    'backend' => 'sftp',
    'adapters' => [
        'sftp' => [
            'type' => 'sftp',
            'mediaUrl' => 'YOUR_REMOTE_MEDIA_URL',
            'host' => 'YOUR_REMOTE_HOST',
            'port' => 22,
            'username' => 'YOUR_REMOTE_USERNAME',
            'password' => 'YOUR_REMOTE_PASSWORD',
            'privateKey' => 'PATH_TO_PRIVATE_KEY_FILE',
            'root' => 'YOUR_PATH_ON_REMOTE_HOST',
            'timeout' => 10
        ]
    ]
]
```

Value explanation
-----------------

[](#value-explanation)

NameRequiredDescriptiontypeYesAdapter type. Do not change.mediaUrlYesBase url where the media folders is availablehostYesHost of your remoteportNoDefaults to `22`usernameYesUsername for your remotepasswordNoPassword for your remoteprivateKeyNoLocal path to your private keyrootNoPath on your remotetimeoutNoTimeout for contacting the server. Defaults to `10`License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~156 days

Total

4

Last Release

2632d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e33c241de9be12145b80356591da2a7b875f1111d77a8f0a5474f55f02c91c1?d=identicon)[dnoegel](/maintainers/dnoegel)

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

![](https://www.gravatar.com/avatar/87bec78135aee2ab0f6ca5c7a0aae17966d8bfec3f873a81932fa65cf6621a20?d=identicon)[janbuecker](/maintainers/janbuecker)

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

---

Top Contributors

[![mitelg](https://avatars.githubusercontent.com/u/6985627?v=4)](https://github.com/mitelg "mitelg (10 commits)")[![philipreinken](https://avatars.githubusercontent.com/u/16081565?v=4)](https://github.com/philipreinken "philipreinken (4 commits)")[![bcremer](https://avatars.githubusercontent.com/u/55820?v=4)](https://github.com/bcremer "bcremer (3 commits)")[![janbuecker](https://avatars.githubusercontent.com/u/736986?v=4)](https://github.com/janbuecker "janbuecker (1 commits)")[![nlubisch](https://avatars.githubusercontent.com/u/3511228?v=4)](https://github.com/nlubisch "nlubisch (1 commits)")[![PascalThesing](https://avatars.githubusercontent.com/u/14017436?v=4)](https://github.com/PascalThesing "PascalThesing (1 commits)")

---

Tags

sftpshopwareshopware-plugin

### Embed Badge

![Health badge](/badges/shopwarelabs-swag-media-sftp/health.svg)

```
[![Health](https://phpackages.com/badges/shopwarelabs-swag-media-sftp/health.svg)](https://phpackages.com/packages/shopwarelabs-swag-media-sftp)
```

###  Alternatives

[banago/phploy

PHPloy - Incremental Git (S)FTP deployment tool that supports submodules, multiple servers and rollbacks.

1.4k47.2k](/packages/banago-phploy)[acmephp/acmephp

Let's Encrypt client written in PHP

649155.1k](/packages/acmephp-acmephp)[neoxia/laravel-sftp

SFTP filesystem service provider for Laravel

36258.7k](/packages/neoxia-laravel-sftp)

PHPackages © 2026

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