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)448[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 1mo ago

READMEChangelog (6)DependenciesVersions (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 43% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

488d 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

[colinmollenhour/modman

Module Manager

72176.3k3](/packages/colinmollenhour-modman)[doublesecretagency/craft-cpjs

Add custom JavaScript to your Control Panel.

43163.7k](/packages/doublesecretagency-craft-cpjs)[laravel-admin-ext/summernote

Summernote extension for laravel-admin

37140.5k](/packages/laravel-admin-ext-summernote)[xttribute/xttribute

XML to DTO, nicely!

6329.1k](/packages/xttribute-xttribute)[nuhel/filament-cropper

Cropper Js Implementation for Filament

3658.7k](/packages/nuhel-filament-cropper)[halilcosdu/laravel-replicate

Replicate Laravel PHP client

548.1k](/packages/halilcosdu-laravel-replicate)

PHPackages © 2026

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