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

Since Jun 1Pushed 5y 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 4w 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

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

2167d 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 (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

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

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

GitHub API v3 client

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

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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