PHPackages                             postedin/yarpp-wpgraphql - 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. postedin/yarpp-wpgraphql

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

postedin/yarpp-wpgraphql
========================

Creates a relatedPosts field in Post type with wp-graphql. You must have installed wp-graphql and YARPP.

1.1.0(3y ago)0386MITPHPPHP &gt;=5.3.2

Since Aug 8Pushed 3y agoCompare

[ Source](https://github.com/postedin/yarpp-wpgraphql)[ Packagist](https://packagist.org/packages/postedin/yarpp-wpgraphql)[ Docs](https://github.com/matepaiva/yarpp-wpgraphql)[ RSS](/packages/postedin-yarpp-wpgraphql/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

YARPP WPGraphQL
===============

[](#yarpp-wpgraphql)

- Tags: wpgrahql, yarpp, related-posts
- Requires at least: 5.1
- Tested up to: 5.6.2
- Requires PHP: 7.2
- Stable tag: 0.0.1
- License: GPLv2 or later
- License URI:

Description
-----------

[](#description)

Creates a relatedPosts field in Post type with wp-graphql. You must have installed wp-graphql and YARPP.

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

[](#installation)

1. Install the plugin wp-graphql
2. Install the plugin yarpp (Yet Another Related Posts Plugin)
3. Configure them following their instructions.
4. Install this plugin
5. Activate the plugin through the 'Plugins' menu in WordPress
6. Use it with wp-graphql. The field "relatedPosts" will be available within the Post type in GraphQL schema.

Example
-------

[](#example)

```
{
  post(id: 235912, idType: DATABASE_ID) {
    title
    relatedPosts(where: { limit: 1 }) {
      nodes {
        title
        slug
      }
    }
  }
}
```

Changelog
---------

[](#changelog)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

Total

5

Last Release

1350d ago

Major Versions

0.2 → 1.0.02022-09-05

### Community

Maintainers

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

---

Top Contributors

[![robclancy](https://avatars.githubusercontent.com/u/857111?v=4)](https://github.com/robclancy "robclancy (5 commits)")[![matepaiva](https://avatars.githubusercontent.com/u/9984086?v=4)](https://github.com/matepaiva "matepaiva (2 commits)")

---

Tags

pluginwordpresswpgraphqlwp-graphqlrelated postsyarpp

### Embed Badge

![Health badge](/badges/postedin-yarpp-wpgraphql/health.svg)

```
[![Health](https://phpackages.com/badges/postedin-yarpp-wpgraphql/health.svg)](https://phpackages.com/packages/postedin-yarpp-wpgraphql)
```

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.5k](/packages/webdevstudios-cmb2-attached-posts)[appsero/client

Appsero Client

25431.7k9](/packages/appsero-client)[boxybird/inertia-wordpress

The WordPress adapter for Inertia.js

1827.4k](/packages/boxybird-inertia-wordpress)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

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