PHPackages                             texnixe/related - 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. texnixe/related

ActiveKirby-plugin

texnixe/related
===============

Fetch related pages or files based on the values of a given field

1.0.2(5y ago)23942[2 issues](https://github.com/texnixe/kirby3-related/issues)MITPHP

Since Feb 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/texnixe/kirby3-related)[ Packagist](https://packagist.org/packages/texnixe/related)[ RSS](/packages/texnixe-related/feed)WikiDiscussions master Synced 3d ago

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

[![GitHub release](https://camo.githubusercontent.com/fdd6a27e4391ef8107ea3b8562608654720727e64cd8b2a142fe5bf7fd476b9b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7465786e6978652f6b69726279332d72656c617465642e7376673f6d61784167653d31383030)](https://camo.githubusercontent.com/fdd6a27e4391ef8107ea3b8562608654720727e64cd8b2a142fe5bf7fd476b9b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7465786e6978652f6b69726279332d72656c617465642e7376673f6d61784167653d31383030) [![License](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667) [![Kirby 3 Pluginkit](https://camo.githubusercontent.com/949db12e110145dfb4609964e360fbfbf0415d11bedf77540b6bb8bebf16a422/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506c7567696e6b69742d5945532d6363613030302e737667)](https://camo.githubusercontent.com/949db12e110145dfb4609964e360fbfbf0415d11bedf77540b6bb8bebf16a422/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506c7567696e6b69742d5945532d6363613030302e737667)

Kirby Related
=============

[](#kirby-related)

Kirby 3 Related is a [Kirby CMS](https://getkirby.com) plugin that lets you fetch pages or files related to the current page/file based on matching values in a given field. The resulting collection is sorted by number of matches as an indicator of relevance.

Example: The current page has a tags field with three values (red, green, blue). You want to find all sibling pages with at least 2 matching tag values.

Commercial Usage
----------------

[](#commercial-usage)

This plugin is free but if you use it in a commercial project please consider

- [making a donation](https://www.paypal.me/texnixe/10) or
- [buying a Kirby license using this affiliate link](https://a.paddle.com/v2/click/1129/38380?link=1170)

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

[](#installation)

### Download

[](#download)

[Download the files](https://github.com/texnixe/kirby3-related/archive/master.zip) and place them inside `site/plugins/kirby-related`.

### Git Submodule

[](#git-submodule)

You can add the plugin as a Git submodule.

```
$ cd your/project/root
$ git submodule add https://github.com/texnixe/kirby3-related.git site/plugins/kirby-related
$ git submodule update --init --recursive
$ git commit -am "Add Kirby Related plugin"

```

Run these commands to update the plugin:

```
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive

```

Usage
-----

[](#usage)

### Related pages

[](#related-pages)

```

```

#### searchCollection

[](#searchcollection)

The pages collection to search in. Default: `$page->siblings()`

#### searchField

[](#searchfield)

The name of the field to search in. Default: tags

#### delimiter

[](#delimiter)

The delimiter that you use to separate values in a field Default: ,

#### matches

[](#matches)

The minimum number of values that should match. Default: 1

#### languageFilter

[](#languagefilter)

Filter related items by language in a multi-language installation. Default: false

Disclaimer
----------

[](#disclaimer)

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you encounter any problem, please [create an issue](https://github.com/texnixe/kirby3-codepen/issues/new).

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~175 days

Total

5

Last Release

1934d ago

Major Versions

0.9.2 → 1.0.02019-03-04

### Community

Maintainers

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

---

Top Contributors

[![texnixe](https://avatars.githubusercontent.com/u/5312492?v=4)](https://github.com/texnixe "texnixe (4 commits)")[![obear](https://avatars.githubusercontent.com/u/814599?v=4)](https://github.com/obear "obear (1 commits)")

---

Tags

kirby-pluginkirby3kirby3-cmskirby3kirby3-pluginkirby3-cms

### Embed Badge

![Health badge](/badges/texnixe-related/health.svg)

```
[![Health](https://phpackages.com/badges/texnixe-related/health.svg)](https://phpackages.com/packages/texnixe-related)
```

###  Alternatives

[fabianmichael/kirby-meta

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

6910.7k1](/packages/fabianmichael-kirby-meta)[schnti/cachebuster

A plugin for Kirby 3 CMS to add modification timestamps to css and js files

108.3k1](/packages/schnti-cachebuster)[bnomei/kirby3-php-cachedriver

PHP based Cache-Driver

112.6k](/packages/bnomei-kirby3-php-cachedriver)

PHPackages © 2026

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