PHPackages                             medienbaecker/kirby-link-field - 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. medienbaecker/kirby-link-field

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

medienbaecker/kirby-link-field
==============================

Kirby Link Field

1.0.1(7y ago)292382[1 issues](https://github.com/medienbaecker/kirby-link-field/issues)MITPHP

Since Apr 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/medienbaecker/kirby-link-field)[ Packagist](https://packagist.org/packages/medienbaecker/kirby-link-field)[ RSS](/packages/medienbaecker-kirby-link-field/feed)WikiDiscussions master Synced 4w ago

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

⚠️ This is now a core feature of Kirby 4:

Link field for Kirby 3
======================

[](#link-field-for-kirby-3)

This is a link field for Kirby 3. You can conveniently insert external, file links, email addresses, page links or phone numbers.

### Preview

[](#preview)

[![Preview](https://user-images.githubusercontent.com/7975568/51412878-59978c00-1b6d-11e9-94a0-69790e8f1b84.gif)](https://user-images.githubusercontent.com/7975568/51412878-59978c00-1b6d-11e9-94a0-69790e8f1b84.gif)

### Blueprint

[](#blueprint)

```
fields:
  button:
    label:  Button
    type:   link
```

You can optionally define the possible link types (`url`, `page`, `email`, `file`, `phone`) and their order like that:

```
fields:
  button:
    label:  Button
    type:   link
    options:
      - page
      - url
```

By default, the `url`, `page` and `email` options are displayed.

### Content file

[](#content-file)

An external URL:

```
Button:

link: https://www.medienbaecker.com
type: url
```

A page link:

```
Button:

link: products/lorem-ipsum
type: page
```

A file link:

```
Button:

link: your-file.jpeg
type: file
```

An email address:

```
Button:

link: mail@medienbaecker.com
type: email
```

A phone number:

```
Button:

link: 123456
type: phone
```

### Template example

[](#template-example)

There's a convenient `->toHref()` method you can use to automatically return the correct href:

```

```

Email address: `mailto:mail@medienbaecker.com`Phone number: `tel:123456`Page link: `https://www.example.com/products/lorem-ipsum`

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

[](#installation)

Put the `link` folder into your `site/plugins` folder.

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% 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 ~648 days

Total

3

Last Release

1374d ago

Major Versions

1.0.1 → v2.x-dev2022-11-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7975568?v=4)[Thomas Günther](/maintainers/medienbaecker)[@medienbaecker](https://github.com/medienbaecker)

---

Top Contributors

[![medienbaecker](https://avatars.githubusercontent.com/u/7975568?v=4)](https://github.com/medienbaecker "medienbaecker (44 commits)")[![crealistiques](https://avatars.githubusercontent.com/u/6192571?v=4)](https://github.com/crealistiques "crealistiques (1 commits)")[![yandodov](https://avatars.githubusercontent.com/u/5570098?v=4)](https://github.com/yandodov "yandodov (1 commits)")

### Embed Badge

![Health badge](/badges/medienbaecker-kirby-link-field/health.svg)

```
[![Health](https://phpackages.com/badges/medienbaecker-kirby-link-field/health.svg)](https://phpackages.com/packages/medienbaecker-kirby-link-field)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k606.6k536](/packages/getkirby-cms)[medienbaecker/kirby-modules

Easily add modules to your pages

895.6k1](/packages/medienbaecker-kirby-modules)[fabianmichael/kirby-meta

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

7011.8k1](/packages/fabianmichael-kirby-meta)[tobimori/kirby-dreamform

Kirby DreamForm is an opiniated form builder plugin for Kirby CMS 4+ that makes forms work like magic

6012.6k1](/packages/tobimori-kirby-dreamform)[medienbaecker/kirby-alter

262.5k](/packages/medienbaecker-kirby-alter)[grommasdietz/kirby-hidden-characters

Kirby CMS plugin for visualising hidden characters in the Panel

462.2k](/packages/grommasdietz-kirby-hidden-characters)

PHPackages © 2026

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