PHPackages                             superhuit/wp-graphql-redirection - 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. superhuit/wp-graphql-redirection

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

superhuit/wp-graphql-redirection
================================

Exposes Redirection WP plugin in the WP-GraphQL schema

v2.0.0(1mo ago)13.6k↓31.6%2[1 issues](https://github.com/superhuit-agency/wp-graphql-redirection/issues)[1 PRs](https://github.com/superhuit-agency/wp-graphql-redirection/pulls)GPL-3.0-or-laterPHPPHP ^7.4 || ^8.0

Since Dec 26Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/superhuit-agency/wp-graphql-redirection)[ Packagist](https://packagist.org/packages/superhuit/wp-graphql-redirection)[ Docs](https://github.com/superhuit-agency/wp-graphql-redirection)[ RSS](/packages/superhuit-wp-graphql-redirection/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (4)Versions (8)Used By (0)

WP GraphQL Redirection
======================

[](#wp-graphql-redirection)

Exposes Redirection plugin in the GraphQL schema.

Requirements
------------

[](#requirements)

- Requires PHP 7.4+
- Requires WordPress 5.0+
- Requires [WP-GraphQL](https://wordpress.org/plugins/wp-graphql/) 1.8+
- Requires [Redirection](https://wordpress.org/plugins/redirection/) 5.0+

Install and Activate
--------------------

[](#install-and-activate)

WPGraphQl Redirection is a WordPress Plugin. YOu must then have a running WordPress instance with both [WPGraphQL](https://wordpress.org/plugins/wp-graphql/) and [Redirection](https://wordpress.org/plugins/redirection/) plugins installed and activated.

### Installing From Github

[](#installing-from-github)

To install the plugin from Github, you can [download the latest release zip file](https://github.com/superhuit-agency/wp-graphql-redirection/releases), upload the Zip file to your WordPress install, and activate the plugin.

[Click here](https://wordpress.org/support/article/managing-plugins/) to learn more about installing WordPress plugins from a Zip file.

### Installing from Composer

[](#installing-from-composer)

composer require superhuit/wp-graphql-redirection

Example
-------

[](#example)

```
query getAllRedirections {
  redirections {
    code
    target
    url
  }
}

query getTheRedirection($uri: String!) {
  redirections(uri: $uri) {
    code
    target
    url
  }
}
```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance70

Regular maintenance activity

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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 ~308 days

Total

5

Last Release

51d ago

Major Versions

v1.1.1 → v2.0.02026-05-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11737626?v=4)[superhuit](/maintainers/superhuit)[@superhuit](https://github.com/superhuit)

---

Top Contributors

[![kuuak](https://avatars.githubusercontent.com/u/6989959?v=4)](https://github.com/kuuak "kuuak (18 commits)")

---

Tags

wordpressgraphqlredirection

### Embed Badge

![Health badge](/badges/superhuit-wp-graphql-redirection/health.svg)

```
[![Health](https://phpackages.com/badges/superhuit-wp-graphql-redirection/health.svg)](https://phpackages.com/packages/superhuit-wp-graphql-redirection)
```

###  Alternatives

[wp-graphql/wp-graphql-woocommerce

WooCommerce bindings for WPGraphQL

70556.6k](/packages/wp-graphql-wp-graphql-woocommerce)[gmostafa/php-graphql-client

GraphQL client and query builder.

3218.2M29](/packages/gmostafa-php-graphql-client)[sybrew/the-seo-framework

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

47884.4k](/packages/sybrew-the-seo-framework)

PHPackages © 2026

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