PHPackages                             scandipwa/reviews-graphql - 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. scandipwa/reviews-graphql

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

scandipwa/reviews-graphql
=========================

N/A

1.6.0(5y ago)158.2k6[1 issues](https://github.com/scandipwa/reviews-graphql/issues)1OSL-3.0PHP

Since May 9Pushed 5y ago2 watchersCompare

[ Source](https://github.com/scandipwa/reviews-graphql)[ Packagist](https://packagist.org/packages/scandipwa/reviews-graphql)[ RSS](/packages/scandipwa-reviews-graphql/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (6)Versions (13)Used By (1)

ScandiPWA\_ReviewsGraphQl
=========================

[](#scandipwa_reviewsgraphql)

**ReviewsGraphQl** provides basic types and resolvers for adding and displaying customer reviews.

Module also adds new fields to `ProductInterface`:

- `review_summary` which includes information about product review summary:

    - `rating_summary`,
    - `review_count`.
- `reviews` - a list of product reviews containing following review information:

    - `review_id`,
    - `entity_id`,
    - `entity_code`,
    - `entity_pk_value`,
    - `status_id`,
    - `store_id`,
    - `customer_id`,
    - `nickname`,
    - `title`,
    - `detail_id`,
    - `detail`,
    - `created_at`,
    - `rating_votes`.

### addProductReview

[](#addproductreview)

```
mutation AddProductReview($productReviewItem: ProductReviewInput!) {
    addProductReview(productReviewItem: $productReviewItem) {
        review_id
        entity_id
        entity_pk_value
        status_id
        store_id
        customer_id
        nickname
        title
        detail
        created_at
    }
}
```

```
{
    "productReviewItem": {
        "nickname": "John",
        "title": "Review Title",
        "detail": "Review Detail",
        "product_sku": "n31191497",
        "rating_data":[
            {
              "rating_id": 1,
              "option_id": 4
            },{
              "rating_id": 2,
              "option_id": 8
            }
        ]
    }
}
```

### getRatings

[](#getratings)

```
query GetRatings {
    getRatings {
        rating_id
        rating_code
        rating_options {
            option_id
            value
        }
    }
}
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~57 days

Recently: every ~68 days

Total

9

Last Release

2096d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c2cd642b3c520df20394344ee587782e246262899e7ddc99a191360e85d7fdc?d=identicon)[scandiweb](/maintainers/scandiweb)

---

Top Contributors

[![alfredsgenkins](https://avatars.githubusercontent.com/u/29531824?v=4)](https://github.com/alfredsgenkins "alfredsgenkins (8 commits)")[![indarsl](https://avatars.githubusercontent.com/u/25637231?v=4)](https://github.com/indarsl "indarsl (4 commits)")[![dmitrijs-voronovs](https://avatars.githubusercontent.com/u/53301511?v=4)](https://github.com/dmitrijs-voronovs "dmitrijs-voronovs (1 commits)")[![MaksimGritcenko](https://avatars.githubusercontent.com/u/59978452?v=4)](https://github.com/MaksimGritcenko "MaksimGritcenko (1 commits)")

### Embed Badge

![Health badge](/badges/scandipwa-reviews-graphql/health.svg)

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

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8064.7M49](/packages/smile-elasticsuite)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50398.5k20](/packages/dotdigital-dotdigital-magento2-extension)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

1615.9k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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