PHPackages                             tinect/media-staging - 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. [Image &amp; Media](/categories/media)
4. /
5. tinect/media-staging

ArchivedShopware-platform-plugin[Image &amp; Media](/categories/media)

tinect/media-staging
====================

Some plugin description

1.0.0(4y ago)772MIT

Since Dec 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tinect/TinectMediaStaging)[ Packagist](https://packagist.org/packages/tinect/media-staging)[ RSS](/packages/tinect-media-staging/feed)WikiDiscussions main Synced 2w ago

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

This plugin has been removed due to some updates in the core and the ability to easily add the ability to the webserver.

Following you find examples. Replace MY\_CDN\_ADDRESS.

Apache:

```

    RewriteEngine on
    RewriteCond %{REQUEST_URI} ^/(media|thumbnail)/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ https://MY_CDN_ADDRESS/$1 [QSA,L]

```

Caddyserver:

```
    @mediaPaths {
        path /media/* /thumbnail/*
    }

    handle @mediaPaths {
        @notStatic not file
        redir @notStatic https://MY_CDN_ADDRESS/{path}
        file_server
    }

```

Nginx:

```
    location ~ ^/(media|thumbnail)/ {
        try_files $uri @cdn;
    }
    location @cdn {
        return 302 https://MY_CDN_ADDRESS$request_uri;
    }

```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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

Unknown

Total

1

Last Release

1714d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/135993?v=4)[tinect](/maintainers/tinect)[@tinect](https://github.com/tinect)

---

Top Contributors

[![tinect](https://avatars.githubusercontent.com/u/135993?v=4)](https://github.com/tinect "tinect (10 commits)")[![aragon999](https://avatars.githubusercontent.com/u/6317761?v=4)](https://github.com/aragon999 "aragon999 (2 commits)")[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (1 commits)")

---

Tags

mediashopware6-plugin

### Embed Badge

![Health badge](/badges/tinect-media-staging/health.svg)

```
[![Health](https://phpackages.com/badges/tinect-media-staging/health.svg)](https://phpackages.com/packages/tinect-media-staging)
```

###  Alternatives

[shopware/storefront

Storefront for Shopware

674.7M286](/packages/shopware-storefront)[frosh/tools

Provides some basic things for managing the Shopware Installation

88858.1k3](/packages/frosh-tools)[shopware/production

176216.5k](/packages/shopware-production)[shopware/administration

Administration frontend for the Shopware Core

404.5M135](/packages/shopware-administration)[shopware/elasticsearch

Elasticsearch for Shopware

144.1M21](/packages/shopware-elasticsearch)[adyen/adyen-shopware6

Official Shopware 6 Plugin to connect to Payment Service Provider Adyen

25119.6k](/packages/adyen-adyen-shopware6)

PHPackages © 2026

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