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)762MIT

Since Dec 8Pushed 1y ago2 watchersCompare

[ Source](https://github.com/tinect/TinectMediaStaging)[ Packagist](https://packagist.org/packages/tinect/media-staging)[ RSS](/packages/tinect-media-staging/feed)WikiDiscussions main Synced 1mo 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

27

—

LowBetter than 49% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

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

1621d 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

[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)[imagekit/imagekit

PHP library for Imagekit

47795.6k9](/packages/imagekit-imagekit)

PHPackages © 2026

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