PHPackages                             99x/craft-mediaflow - 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. 99x/craft-mediaflow

ActiveCraft-plugin

99x/craft-mediaflow
===================

A Mediaflow integration plugin for CraftCMS

1.0.2(10mo ago)025proprietaryPHPPHP &gt;=8.2CI passing

Since Jun 25Pushed 10mo agoCompare

[ Source](https://github.com/99x/craft-mediaflow)[ Packagist](https://packagist.org/packages/99x/craft-mediaflow)[ RSS](/packages/99x-craft-mediaflow/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

Mediaflow
=========

[](#mediaflow)

A Mediaflow integration plugin for CraftCMS

[![Screenshot](./docs/example-image-picker.png)](./docs/example-image-picker.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 5.7.0 or later, and PHP 8.2 or later.

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

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

#### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project’s Control Panel and search for “Mediaflow”. Then press “Install”.

#### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project

# tell Composer to load the plugin
composer require 99x/craft-mediaflow

# tell Craft to install the plugin
./craft plugin/install mediaflow
```

Twig example
------------

[](#twig-example)

```

    {% if entry.mediaflowField1 | length %}
        {% set media = entry.mediaflowField1|first %}

            {% if media.basetype == 'video' %}

                    {{ media.embedCode | raw }}

            {% else %}

            {% endif %}

                Name: {{ media.name }}
                Filename: {{ media.filename }}
                File Type: {{ media.filetype }}
                {% if media.basetype == 'image' %}
                    Dimensions: {{ media.width }} x {{ media.height }}
                    Photographer: {{ media.photographer ?: 'Unknown' }}
                {% endif %}

        {{ media.json | json_encode(constant("JSON_PRETTY_PRINT")) }}
    {% endif %}

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance54

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

314d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa3db845779c9398f1694b019ac6458a4a1426a3e9e6ababaf55a7c8916e7623?d=identicon)[egilfujikawanes](/maintainers/egilfujikawanes)

---

Top Contributors

[![alexandre-99x](https://avatars.githubusercontent.com/u/212902095?v=4)](https://github.com/alexandre-99x "alexandre-99x (4 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/99x-craft-mediaflow/health.svg)

```
[![Health](https://phpackages.com/badges/99x-craft-mediaflow/health.svg)](https://phpackages.com/packages/99x-craft-mediaflow)
```

###  Alternatives

[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/workflow

Enforce multi-step review processes for creating entries.

138120.3k1](/packages/verbb-workflow)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)[craftcms/shopify

Shopify for Craft CMS

549.2k1](/packages/craftcms-shopify)

PHPackages © 2026

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