el-schneider/statamic-mux-id

A Statamic addon that integrates Mux Video API

Maintainers

Package info

github.com/el-schneider/statamic-mux-id

Type:statamic-addon

pkg:composer/el-schneider/statamic-mux-id

Fund package maintenance!

Buy Me A Coffee

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2026-06-18 20:11 UTC

This package is auto-updated.

Last update: 2026-06-18 20:11:47 UTC


README

Statamic Mux Id is an addon for Statamic CMS that integrates Mux Video API for effortless video asset handling.

Features

  • Automates Mux asset creation on Statamic asset upload.
  • Utilizes asynchronous processing for Mux API requests.
  • Syncs Mux video asset metadata with Statamic assets.
  • Listens to and acts on Mux webhooks for asset events.

How to Install

Search for "Statamic Mux Id" in Tools > Addons in Statamic control panel and click install, or use:

composer require el-schneider/statamic-mux-id

How to Use

  1. Add env vars MUX_TOKEN_ID and MUX_TOKEN_SECRET.
  2. Point the webhook in your Mux dashboard to <yourdomain>/!/statamic-mux-id/listen.
  3. Copy the webhook signing secret from the Mux dashboard and add it as MUX_WEBHOOK_SECRET.

Unsigned webhooks are still accepted when MUX_WEBHOOK_SECRET is not configured, but signed webhooks are recommended for production.