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

v1.1.1(1y ago)13.0k↓50%2[1 issues](https://github.com/superhuit-agency/wp-graphql-redirection/issues)GPL-3.0-or-laterPHPPHP ^7.4 || ^8.0

Since Dec 26Pushed 1y 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 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)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

28

—

LowBetter than 54% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Total

4

Last Release

606d ago

### 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 (9 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

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

GraphQL client and query builder.

3217.6M25](/packages/gmostafa-php-graphql-client)[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)[oxid-esales/graphql-base

OXID eSales GraphQL base module

24101.0k10](/packages/oxid-esales-graphql-base)[vasily-kartashov/graphql-batch-processor

GraphQL batch processor

1412.9k](/packages/vasily-kartashov-graphql-batch-processor)

PHPackages © 2026

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