PHPackages                             cms-alchemy/quick-media - 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. cms-alchemy/quick-media

ActiveDrupal-module

cms-alchemy/quick-media
=======================

Token-based media embedding for Drupal (\[media:ID\] → &lt;img&gt;).

v1.1.1(1mo ago)00GPL-3.0-or-laterPHPPHP &gt;=8.1

Since Mar 30Pushed 1mo agoCompare

[ Source](https://github.com/DanielMoody/quick_media)[ Packagist](https://packagist.org/packages/cms-alchemy/quick-media)[ RSS](/packages/cms-alchemy-quick-media/feed)WikiDiscussions main Synced 1mo ago

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

Quick Media
===========

[](#quick-media)

Quick Media is a lightweight Drupal module that allows editors to embed media entities directly into content using simple tokens.

Instead of navigating the media browser or manually inserting embeds, editors can use:

\[media:123\]

…and have it automatically rendered as an `` tag.

---

Features
--------

[](#features)

- Token-based media embedding: `[media:ID]`
- Automatically resolves the correct source field for any media type
- Outputs fully formed `` tags with:
    - `src`
    - `alt`
    - optional `title`
- Safe HTML escaping
- Cache tag integration for proper invalidation
- Views-based UI for browsing media and copying tokens
- Click-to-copy tokens in admin UI

---

How It Works
------------

[](#how-it-works)

The module provides a text filter:

quick\_media\_token\_filter

This filter scans content for:

\[media:123\]

It then:

1. Loads the media entity
2. Resolves the source field dynamically (no hardcoding image fields)
3. Loads the referenced file
4. Generates a public URL
5. Outputs an `` tag

Example output:

```

## Requirements
Drupal 9, 10, or 11
Media module
File module
Image module (for thumbnails in UI)
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

45d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/991582a25b97e57d7515e394e19dcb6dd8c1875d2ce1e76cec695e4f92ac6408?d=identicon)[CMS\_Alchemy](/maintainers/CMS_Alchemy)

---

Top Contributors

[![DanielMoody](https://avatars.githubusercontent.com/u/231975106?v=4)](https://github.com/DanielMoody "DanielMoody (10 commits)")

---

Tags

drupal-filtersdrupal-module

### Embed Badge

![Health badge](/badges/cms-alchemy-quick-media/health.svg)

```
[![Health](https://phpackages.com/badges/cms-alchemy-quick-media/health.svg)](https://phpackages.com/packages/cms-alchemy-quick-media)
```

###  Alternatives

[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)

PHPackages © 2026

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