PHPackages                             msenkpiel/kirby-iframe - 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. msenkpiel/kirby-iframe

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

msenkpiel/kirby-iframe
======================

Plugin to add an iFrame to Kirby CMS

v1.0.5(1y ago)549[1 issues](https://github.com/msenkpiel/kirby-iframe/issues)MITJavaScript

Since Oct 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/msenkpiel/kirby-iframe)[ Packagist](https://packagist.org/packages/msenkpiel/kirby-iframe)[ RSS](/packages/msenkpiel-kirby-iframe/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (1)Versions (6)Used By (0)

kirby-iframe
============

[](#kirby-iframe)

Plugin to add an iFrame to Kirby Panel.

[![Desktop Screen](./doc/screen_desktop.png)](./doc/screen_desktop.png)

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

[](#installation)

```
composer require msenkpiel/kirby-iframe

```

Config options
--------------

[](#config-options)

Due to the iframe security policies, it is not possible to read the height of the iFrame content and embed the frame at the appropriate height. Therefore, you can only define fixed heights for the iFrame. To ensure responsive behavior, it is possible to define breakpoints and corresponding iFrame heights.

[![Mobile Screen](./doc/screen_mobile.png)](./doc/screen_mobile.png)

### Config

[](#config)

```
// site/config/config.php
return [
    'msenkpiel.iframe' => [

         // panel navigation settings
        'label' => 'Navigation Label',
        'icon' => 'box',

        // panel frame title
        'title' => 'Frame title',

        // iframe url
        'url' => '',

        // iframe height based on container width
        'breakpoints' => [
            0 => 500, // mobile
            992 => 3000 // desktop
        ]
    ]
]
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

5

Last Release

542d ago

### Community

Maintainers

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

---

Top Contributors

[![msenkpiel](https://avatars.githubusercontent.com/u/668703?v=4)](https://github.com/msenkpiel "msenkpiel (12 commits)")

---

Tags

iframe-embedskirby-cmskirby-panelkirby-pluginkirby4kirby5

### Embed Badge

![Health badge](/badges/msenkpiel-kirby-iframe/health.svg)

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

###  Alternatives

[getkirby/cms

The Kirby core

1.5k584.8k473](/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)
