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 3w 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 31% 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

2224d 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

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[thunder/thunder-distribution

The thunder distribution

51661.9k3](/packages/thunder-thunder-distribution)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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