PHPackages                             eriksiemund/external-video - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eriksiemund/external-video

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

eriksiemund/external-video
==========================

Add external video url and automatically/manually generate video poster

v0.1.9(8mo ago)014MITPHP

Since Oct 17Pushed 8mo agoCompare

[ Source](https://github.com/eriksiemund/kirby-external-video)[ Packagist](https://packagist.org/packages/eriksiemund/external-video)[ Docs](https://eriksiemund.com)[ RSS](/packages/eriksiemund-external-video/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (11)Used By (0)

Kirby External Video Block with Poster Generator
================================================

[](#kirby-external-video-block-with-poster-generator)

Kirby External Video Block with Poster Generator is a plugin for [Kirby CMS](https://getkirby.com) that includes a block for externally hosted videos from Vimeo. It uses Canvas API to get the initial or selected frame from a video file. It works directly in the Panel and is compatible with most Kirby websites.

Install
-------

[](#install)

You have to use composer to install the plugin into your project.

```
composer require eriksiemund/external-video
```

Setup
-----

[](#setup)

In the page blueprint add a blocks field including external\_video in the fieldsets option.

*site/blueprints/mypage.yml*

```
title: My Page
fields:
  myblocks:
    type: blocks
    label: My Blocks
    fieldsets:
      - external_video
      - ...
```

Use in Template or Snippet
--------------------------

[](#use-in-template-or-snippet)

*site/templates/mypage.php*

```
$blocks = $page->myblocks()->toBlocks();
foreach($blocks as $block) {
  echo $block
}
```

Support and Questions
---------------------

[](#support-and-questions)

For the sake of reproducible bug reports, please include the following information in your bug reports:

- Kirby &amp; Kirby External Video Block with Poster Generator version
- Browser environment (name, version, operating system)
- Global and section configuration (without any sensitive information)
- Steps to reproduce the bug (if no reproduction is provided)
- Screenshots or screen recordings if applicable

Feedback
--------

[](#feedback)

I value your feedback and ideas for improving Kirby External Video Block with Poster Generator. If you have any suggestions, please feel free to reach out to me.

License
-------

[](#license)

© 2025-PRESENT [Erik Siemund](https://github.com/eriksiemund)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance60

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

10

Last Release

256d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35425245?v=4)[eriksiemund](/maintainers/eriksiemund)[@eriksiemund](https://github.com/eriksiemund)

---

Top Contributors

[![eriksiemund](https://avatars.githubusercontent.com/u/35425245?v=4)](https://github.com/eriksiemund "eriksiemund (22 commits)")

### Embed Badge

![Health badge](/badges/eriksiemund-external-video/health.svg)

```
[![Health](https://phpackages.com/badges/eriksiemund-external-video/health.svg)](https://phpackages.com/packages/eriksiemund-external-video)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k584.8k474](/packages/getkirby-cms)[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14698.5k1](/packages/distantnative-retour-for-kirby)[arnoson/kirby-vite

Vite helper for Kirby CMS

9765.1k3](/packages/arnoson-kirby-vite)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4149.6k2](/packages/bnomei-kirby3-dotenv)[medienbaecker/kirby-alter

242.1k](/packages/medienbaecker-kirby-alter)

PHPackages © 2026

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