PHPackages                             thaiphan/graphql\_languages - 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/graphql\_languages

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

thaiphan/graphql\_languages
===========================

Extend the Drupal 8 GraphQL module to support querying languages

v1.0.0(6y ago)12MITPHPPHP &gt;=7.2

Since Jun 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/thaiphan/graphql_languages)[ Packagist](https://packagist.org/packages/thaiphan/graphql_languages)[ Docs](https://github.com/thaiphan/graphql_languages)[ RSS](/packages/thaiphan-graphql-languages/feed)WikiDiscussions master Synced 3w ago

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

GraphQL Languages
=================

[](#graphql-languages)

This simple Drupal GraphQL V4 extension adds some additional querying options for languages.

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

[](#installation)

You can install using Composer.

```
composer require thaiphan/graphql_languages
```

Usage
-----

[](#usage)

Use the following syntax to retrieve your languages.

```
query {
  languages {
    id
    name
    direction
  }
}
```

You will get the following response:

```
{
  "data": {
    "languages": [
      {
        "id": "en",
        "name": "English",
        "direction": "ltr"
      },
      {
        "id": "it",
        "name": "Italian",
        "direction": "ltr"
      }
    ]
  }
}
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

2222d 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 (1 commits)")

---

Tags

drupaldrupal-8drupal-modulegraphql

### Embed Badge

![Health badge](/badges/thaiphan-graphql-languages/health.svg)

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

###  Alternatives

[hubspot/api-client

Hubspot API client

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

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/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)
