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(6y ago)116MITPHPPHP &gt;=7.2

Since May 23Pushed 6y 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 today

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 30% 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

2269d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/644172?v=4)[Thai Phan](/maintainers/thaiphan)[@thaiphan](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)[thunder/thunder-distribution

The thunder distribution

51670.0k3](/packages/thunder-thunder-distribution)[pimax/fb-messenger-php

Facebook Messenger Bot PHP API

313188.5k2](/packages/pimax-fb-messenger-php)

PHPackages © 2026

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