PHPackages                             tv2regionerne/statamic-reverse-relationship - 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. tv2regionerne/statamic-reverse-relationship

ActiveLibrary

tv2regionerne/statamic-reverse-relationship
===========================================

v1.6.1(2y ago)31.8k↓64.3%3[2 issues](https://github.com/tv2regionerne/statamic-reverse-relationship/issues)PHP

Since Nov 13Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/tv2regionerne/statamic-reverse-relationship)[ Packagist](https://packagist.org/packages/tv2regionerne/statamic-reverse-relationship)[ RSS](/packages/tv2regionerne-statamic-reverse-relationship/feed)WikiDiscussions main Synced 1mo ago

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

Reverse Relationship Addon for Statamic
=======================================

[](#reverse-relationship-addon-for-statamic)

Overview
--------

[](#overview)

Reverse Relationship is an innovative Statamic addon that simplifies the management of one-to-many and many-to-one relationships in your Statamic projects.

This package eliminates the need to create and sync a relationship column in both collections, ensuring a more streamlined and efficient workflow.

Key Features
------------

[](#key-features)

- **Effortless Relationship Management:** Easily set up one-to-many and many-to-one relationships without the need for duplicating relationship columns in both collections.
- **Antlers Template Support:** Utilize the field in Antlers templates to fetch related entries with minimal effort.
- **Configurable Fieldtype:** Customizable settings for selecting related collections or taxonomies, defining the relationship field, and sorting the displayed entries.
- **Automated Data Synchronization:** Keeps your relationship data consistent and synchronized automatically.

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

[](#installation)

1. Install the addon via Composer:

```
composer require tv2regionerne/statamic-reverse-relationship
```

Configuration and Usage
-----------------------

[](#configuration-and-usage)

### Setting up Relationships

[](#setting-up-relationships)

**One-to-Many Relationship:**

- In the 'many' side collection's blueprint (e.g., Episodes), create an 'Entries' fieldtype (e.g., series) with a maximum of one entry, pointing to the 'one' side collection (e.g., Series).

**Many-to-One Relationship:**

- In the 'one' side collection's blueprint (e.g., Series), add the Reverse Relationship fieldtype with a configuration pointing to the 'many' side collection (e.g., Episodes) and the specific relationship field (e.g., series).

### Example: Series and Episodes

[](#example-series-and-episodes)

**Episodes Collection Blueprint:**
Add an 'Entries' fieldtype named 'series', limited to 1 entry, linked to the Series collection. [![](images/episodes-blueprint.png)](images/episodes-blueprint.png)[![](images/episode.png)](images/episode.png)

**Series Collection Blueprint:**
Add a Reverse Relationship fieldtype named 'Episodes', configured to the Episodes collection and the 'series' field. [![](images/series-blueprint.png)](images/series-blueprint.png)[![](images/series.png)](images/series.png)

### In Templates

[](#in-templates)

Fetch related entries in Antlers templates using the Reverse Relationship field:

```
{{  collection:series }}
    {{  title }}

        {{ episodes scope="episode" }}
            {{ episode:title }}
        {{ /episodes }}

{{  /collection:series }}
```

Limitations
-----------

[](#limitations)

The addon does not support many-to-many relationships.
Correct setup of relationship fields in collections or taxonomies is crucial for proper functionality.

Support
-------

[](#support)

For queries, issues, or requests, visit our GitHub issues page.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance41

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~102 days

Recently: every ~198 days

Total

9

Last Release

97d ago

Major Versions

v1.6.1 → 2.x-dev2026-02-11

### Community

Maintainers

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

---

Top Contributors

[![jacksleight](https://avatars.githubusercontent.com/u/126740?v=4)](https://github.com/jacksleight "jacksleight (5 commits)")[![sylvesterdamgaard](https://avatars.githubusercontent.com/u/2431914?v=4)](https://github.com/sylvesterdamgaard "sylvesterdamgaard (4 commits)")[![theharisshah](https://avatars.githubusercontent.com/u/21083491?v=4)](https://github.com/theharisshah "theharisshah (1 commits)")

### Embed Badge

![Health badge](/badges/tv2regionerne-statamic-reverse-relationship/health.svg)

```
[![Health](https://phpackages.com/badges/tv2regionerne-statamic-reverse-relationship/health.svg)](https://phpackages.com/packages/tv2regionerne-statamic-reverse-relationship)
```

###  Alternatives

[statamic/statamic

Statamic

824170.4k](/packages/statamic-statamic)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/eloquent-driver

Allows you to store Statamic data in a database.

125598.8k7](/packages/statamic-eloquent-driver)[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[rias/statamic-redirect

28298.4k](/packages/rias-statamic-redirect)

PHPackages © 2026

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