PHPackages                             matepaiva/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. [API Development](/categories/api)
4. /
5. matepaiva/yarpp-wpgraphql

ActiveWordpress-plugin[API Development](/categories/api)

matepaiva/yarpp-wpgraphql
=========================

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

0.0.2(2y ago)71995MITPHPPHP &gt;=5.3.2

Since Mar 1Pushed 2y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (3)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

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

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

Total

2

Last Release

744d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

pluginwordpresswpgraphqlwp-graphqlrelated postsyarpp

### Embed Badge

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

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

###  Alternatives

[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47078.8k](/packages/sybrew-the-seo-framework)[wp-graphql/wp-graphql-woocommerce

WooCommerce bindings for WPGraphQL

69146.8k](/packages/wp-graphql-wp-graphql-woocommerce)[imranhsayed/headless-cms

A WordPress plugin that adds features to use WordPress as a headless CMS with any front-end environment using REST API

2125.1k](/packages/imranhsayed-headless-cms)

PHPackages © 2026

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