PHPackages                             thaiphan/graphy\_routes - 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. thaiphan/graphy\_routes

ActiveDrupal-module[API Development](/categories/api)

thaiphan/graphy\_routes
=======================

Extend the Drupal 8 GraphQL module to support querying by routes

v1.1.0(5y ago)116MITPHPPHP &gt;=7.2

Since May 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/thaiphan/graphy-routes)[ Packagist](https://packagist.org/packages/thaiphan/graphy_routes)[ Docs](https://github.com/thaiphan/graphy-routes)[ RSS](/packages/thaiphan-graphy-routes/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Graphy Routes
=============

[](#graphy-routes)

This simple Drupal GraphQL V4 extension allows you to retrieve the URLs for all your nodes. You can filter by bundle. Very useful for projects that require static site generation!

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

[](#installation)

You can install using Composer.

```
composer require thaiphan/graphy-routes
```

Usage
-----

[](#usage)

Use the following syntax to retrieve the URL for your nodes:

```
query {
  routes(bundles: ["article", "page"]) {
    total
    items {
      url
    }
  }
}
```

You will get the following response:

```
{
  "data": {
    "routes": {
      "total": 3,
      "items": [
        {
          "url": "/node/1"
        },
        {
          "url": "/contact-us"
        },
        {
          "url": "/the-best-dabs-of-2020"
        }
      ]
    }
  }
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/712142fadae4386c2ab23d69896db4c35f22f801a30ca5ddd5a704a0538ac80c?d=identicon)[thaiphan](/maintainers/thaiphan)

---

Top Contributors

[![thaiphan](https://avatars.githubusercontent.com/u/644172?v=4)](https://github.com/thaiphan "thaiphan (5 commits)")

---

Tags

drupaldrupal-8drupal-modulegraphql

### Embed Badge

![Health badge](/badges/thaiphan-graphy-routes/health.svg)

```
[![Health](https://phpackages.com/badges/thaiphan-graphy-routes/health.svg)](https://phpackages.com/packages/thaiphan-graphy-routes)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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