PHPackages                             magereactor/custom-reviews - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. magereactor/custom-reviews

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

magereactor/custom-reviews
==========================

MageReactor Custom Reviews

1.2.2(4y ago)04MITPHPPHP ~7.3.0||~7.4.0

Since Mar 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/magereactor/custom-reviews)[ Packagist](https://packagist.org/packages/magereactor/custom-reviews)[ RSS](/packages/magereactor-custom-reviews/feed)WikiDiscussions master Synced 5d ago

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

Overview
========

[](#overview)

MageReactor CustomReviews Module. Retrieve reviews based on product's SKU.

### Module Allow

[](#module-allow)

- Save Review
- Get Review By Review ID

ResourceMethodDescription/V2/reviewPOSTMethod to save Review/V2/review/:idGETMethod to retrieve one review by id### Compatiblity

[](#compatiblity)

Currently, this module is compatible with Magento 2.4.x

Install
-------

[](#install)

#### Composer

[](#composer)

```
composer require magereactor/custom-reviews
```

#### Enable Module

[](#enable-module)

The package comes with the MageReactor\_Base module. This Base module contains necessary configurations for all MageReactor's extensions

```
php bin/magento module:enable MageReactor_Base
php bin/magento module:enable MageReactor_CustomReviews
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f | php bin/magento setup:static-content:deploy
```

You may need to Flush Magento Cache after installation.

#### Save Review

[](#save-review)

/V2/review

##### Body

[](#body)

```
{
    "review": {
        "sku": "MJ04",
        "status": 1,
        "review_detail": {
            "mr_review_id": null,
            "title": "Review Title",
            "detail": "Review Detail",
            "name": "Guest Name"
        }
    }
}
```

#### Get Review

[](#get-review)

/V2/review/:reviewId

##### Response

[](#response)

```
{
    "id": 27,
    "product_id": 302,
    "parent_id": 302,
    "sku": "MJ04",
    "status": 1,
    "created_at": "2022-03-06 17:57:19",
    "updated_at": "2022-03-06 17:57:19",
    "review_detail": "{\"mr_review_detail_id\":\"4\",\"mr_review_id\":\"27\",\"store_id\":\"1\",\"title\":\"Review Title\",\"detail\":\"Review Detail\",\"name\":\"Guest Name\"}"
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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 ~0 days

Total

5

Last Release

1530d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b385586a5774650aaa7c9ff6c24cdd371ad627c83621c8c76e163c3446210e36?d=identicon)[magereactor](/maintainers/magereactor)

---

Top Contributors

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

---

Tags

reviewsm2 reviewscustom reviewsmagento 2 reviewsm2 custom reviews

### Embed Badge

![Health badge](/badges/magereactor-custom-reviews/health.svg)

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

###  Alternatives

[ondrakoupil/heureka-recenze

Knihovna pro snadný import recenzí e-shopu a produktů z Heuréka.cz

1192.2k](/packages/ondrakoupil-heureka-recenze)[oveleon/contao-recommendation-bundle

Recommendation integration for Contao Open Source CMS

107.1k2](/packages/oveleon-contao-recommendation-bundle)

PHPackages © 2026

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