PHPackages                             digitalperception/catalog-graph-ql - 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. digitalperception/catalog-graph-ql

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

digitalperception/catalog-graph-ql
==================================

This module is an extension of module-catalog-graph-ql of magento-2.4

1.0.0(5y ago)02PHPPHP ~7.3.0||~7.4.0

Since Jul 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/digitalperception/catalog-graph-ql)[ Packagist](https://packagist.org/packages/digitalperception/catalog-graph-ql)[ RSS](/packages/digitalperception-catalog-graph-ql/feed)WikiDiscussions main Synced yesterday

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

Magento 2 DigitalPerception/CatalogGraphQl Module
=================================================

[](#magento-2-digitalperceptioncataloggraphql-module)

Custom\_Attribute Text Values
-----------------------------

[](#custom_attribute-text-values)

Graphql products query returns only ids of option values for select or multiselect type attributes. Implementation of this module will allow us to retrieve Text Labels of option values of an attribute in a given store language for a given product.

#### Compatible

[](#compatible)

```
v1.0.0 - versions 2.3.* - 2.4.*

```

#### Change list

[](#change-list)

```
v1.0.0 - Start project

```

#### Installation

[](#installation)

```
1. This module is intended to be installed using composer
    [ composer require digitalperception/catalog-graph-ql ]
2. Run following commands from your root Magento installation directory:
    bin/magento module:enable DigitalPerception_CatalogGraphQl
    bin/magento setup:upgrade
    bin/magento cache:flush

```

Usage
=====

[](#usage)

Graphql Input Payload
---------------------

[](#graphql-input-payload)

```
{
  products(filter: {sku: {eq: "24-MB03"}}) {
    items {
    id
    sku
    name
    dynamicAttributes(fields: ["material","brand"]) {
        code
        label
        value
      }
    }
  }
}

```

Output Response
---------------

[](#output-response)

```
"id": 3,
"sku": "24-MB03",
"name": "Crown Summit Backpack",
"custom_attributes": [
            {
              "code": "material",
              "label": "Materialfr",
              "value": "woolfr"
            },
            {
              "code": "features_bags",
              "label": "Features",
              "value": "Audio Pocket, Waterproof, Lightweight, Reflective, Laptop Sleeve"
            }
          ],

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

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

Unknown

Total

1

Last Release

1862d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8642af5bdf1fe721d2cb5c2b7e2ad552bbb8e3e634c345f5877ecdf65e86d157?d=identicon)[digitalperception](/maintainers/digitalperception)

---

Top Contributors

[![digitalperception](https://avatars.githubusercontent.com/u/87287840?v=4)](https://github.com/digitalperception "digitalperception (1 commits)")

### Embed Badge

![Health badge](/badges/digitalperception-catalog-graph-ql/health.svg)

```
[![Health](https://phpackages.com/badges/digitalperception-catalog-graph-ql/health.svg)](https://phpackages.com/packages/digitalperception-catalog-graph-ql)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1142.0M17](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32426.0k8](/packages/buckaroo-magento2)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8034.8M53](/packages/smile-elasticsuite)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50406.2k23](/packages/dotdigital-dotdigital-magento2-extension)[loki/magento2-admin-components

Admin Panel grids and forms created via Loki Components

178.3k9](/packages/loki-magento2-admin-components)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

69362.0k](/packages/run-as-root-magento2-prometheus-exporter)

PHPackages © 2026

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