PHPackages                             robinscholz/kirby-mux - 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. robinscholz/kirby-mux

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

robinscholz/kirby-mux
=====================

Upload videos directly to mux

v1.2.0(4y ago)15603MITVuePHP &gt;=7.4.0

Since Mar 9Pushed 3y ago2 watchersCompare

[ Source](https://github.com/robinscholz/kirby-mux)[ Packagist](https://packagist.org/packages/robinscholz/kirby-mux)[ Docs](https://github.com/robinscholz/kirby-mux#readme)[ RSS](/packages/robinscholz-kirby-mux/feed)WikiDiscussions main Synced 3d ago

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

📼 Kirby Mux
===========

[](#-kirby-mux)

A [Kirby](https://getkirby.com) plugin to upload video files to [Mux](https://mux.com).

Installation
------------

[](#installation)

### Download

[](#download)

Download and copy this repository to `/site/plugins/kirby-mux`.

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/robinscholz/kirby-mux.git site/plugins/kirby-mux

```

### Composer

[](#composer)

```
composer require robinscholz/kirby-mux

```

Configuration
-------------

[](#configuration)

Add a .env file to the root of your Kirby plugin with the following properties:

KeyTypeMUX\_TOKEN\_ID`String`MUX\_TOKEN\_SECRET`String`MUX\_DEV`Boolean`### MUX\_TOKEN\_ID

[](#mux_token_id)

In order for the plugin to work, you need to create an `API Access Token` on the MUX dashboard. Save the `Token ID` here.

### MUX\_TOKEN\_SECRET

[](#mux_token_secret)

Save the associated `Token Secret` here.

### MUX\_DEV

[](#mux_dev)

Set this to `true` for local development. Instead of the actual video, the plugin will upload a test video to Mux. This is neccessary, since videos need to be publicly hosted for Mux to be able to import them.

> **NOTE:** This plugin includes a .env.example file as well.

Caveats
-------

[](#caveats)

The plugin does not include any frontend facing code or snippets. In order to stream the videos from Mux you need to implement your own custom video player. [HLS.js](https://github.com/video-dev/hls.js/) is a good option for example.

Plugin Development
------------------

[](#plugin-development)

[Kirbyup](https://github.com/johannschopplich/kirbyup) is used for the development and build setup.

Kirbyup will be fetched remotely with your first `npm run` command, which may take a short amount of time.

### Development

[](#development)

Start the dev process with:

```
npm run dev

```

This will automatically update the `index.js` and `index.css` of the plugin as soon as changes are made. Reload the Panel to see the code changes reflected.

### Production

[](#production)

Build final files with:

```
npm run build

```

This will automatically create a minified and optimized version of the `index.js` and `index.css`.

License
-------

[](#license)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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 ~27 days

Total

3

Last Release

1472d ago

### Community

Maintainers

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

---

Tags

streamvideokirbymux

### Embed Badge

![Health badge](/badges/robinscholz-kirby-mux/health.svg)

```
[![Health](https://phpackages.com/badges/robinscholz-kirby-mux/health.svg)](https://phpackages.com/packages/robinscholz-kirby-mux)
```

###  Alternatives

[php-ffmpeg/php-ffmpeg

FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg

5.0k21.7M165](/packages/php-ffmpeg-php-ffmpeg)[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.4k855.0k18](/packages/danog-madelineproto)[vimeo/vimeo-api

Official PHP library for the Vimeo API.

4637.1M32](/packages/vimeo-vimeo-api)[vimeo/laravel

A Vimeo bridge for Laravel

4161.5M4](/packages/vimeo-laravel)[opentok/opentok

OpenTok is a platform for creating real time streaming video applications, created by TokBox.

1413.0M10](/packages/opentok-opentok)[dereuromark/media-embed

A PHP library to deal with all those media services around, parsing their URLs and embedding their audio/video content in websites.

182530.3k11](/packages/dereuromark-media-embed)

PHPackages © 2026

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