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 2y 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 yesterday

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 68% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

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

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

[distantnative/retour-for-kirby

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

14689.4k1](/packages/distantnative-retour-for-kirby)[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)

PHPackages © 2026

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