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(6mo ago)014MITPHP

Since Oct 17Pushed 6mo 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 1mo ago

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

29

—

LowBetter than 60% of packages

Maintenance66

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity31

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

201d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98ec432ffc417841374b2d20019a66b08d15231ad0e5c3d3dff8252c97195022?d=identicon)[eriksiemund](/maintainers/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

[mzur/kirby-uniform

A versatile Kirby plugin to handle web form actions.

26068.3k13](/packages/mzur-kirby-uniform)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[thathoff/kirby-git-content

Plugin to track changes to content in a git repository.

15343.7k](/packages/thathoff-kirby-git-content)[sylvainjule/locator

A map &amp; geolocation field, built on top of open-source services / Mapbox

11237.3k1](/packages/sylvainjule-locator)[tobimori/kirby-seo

The default choice for SEO on Kirby: Implement technical SEO &amp; Meta best practices with ease and provide an easy-to-use editor experience

10039.7k1](/packages/tobimori-kirby-seo)[fabianmichael/kirby-meta

Your all-in-one powerhouse for any SEO and metadata needs imaginable.

6910.7k1](/packages/fabianmichael-kirby-meta)

PHPackages © 2026

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