PHPackages                             i-lateral/silverstripe-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. i-lateral/silverstripe-reviews

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

i-lateral/silverstripe-reviews
==============================

Expands comments module to also allow for reviewing of an object

1.1.0(4y ago)03.9k4[1 issues](https://github.com/i-lateral/silverstripe-reviews/issues)[1 PRs](https://github.com/i-lateral/silverstripe-reviews/pulls)BSD-3-ClausePHPCI failing

Since Aug 10Pushed 3y ago3 watchersCompare

[ Source](https://github.com/i-lateral/silverstripe-reviews)[ Packagist](https://packagist.org/packages/i-lateral/silverstripe-reviews)[ Docs](http://github.com/i-lateral/silverstripe-reviews)[ RSS](/packages/i-lateral-silverstripe-reviews/feed)WikiDiscussions 1 Synced yesterday

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

silverstripe-reviews
====================

[](#silverstripe-reviews)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2a0478c76a0fb346df3910ff8f25c539f2ae084442a41ff81f2e286c601371d1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f692d6c61746572616c2f73696c7665727374726970652d726576696577732f6261646765732f7175616c6974792d73636f72652e706e673f623d31)](https://scrutinizer-ci.com/g/i-lateral/silverstripe-reviews/?branch=1)

Add ability to review dataobjects by expanding on the core "comments" module

This module allows you to attach a "comments form" (and thread) to an object, in much the same way as the `silverstripe-comments` module, but the form adds a `Rating` field and you can customise the min and max values via SilverStripe config.

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

[](#installation)

Install via composer:

```
composer require i-lateral/silverstripe-reviews

```

Usage
-----

[](#usage)

Adding reviews to an object is done in much the same way as the comments module. First you must add the extension, then you can customise any of the `CommentsOptions`.

For example, if I have a `Product` class (in the global namespace) then I would add the following to `config.yml` (**note**: you must also add the comments extension).

```
Product:
  extensions:
    - SilverStripe\Comments\Extensions\CommentsExtension # must be added first
    - ilateral\SilverStripe\Reviews\Extensions\ReviewsExtension
```

Once you have done this, you can customise options (such as min/max rating) as below:

```
Product:
  extensions:
    - SilverStripe\Comments\Extensions\CommentsExtension
    - ilateral\SilverStripe\Reviews\Extensions\ReviewsExtension
  # Customise comments options
  comments:
    show_ratings: true # Disables ratings
    min_rating: 1 # Minimum rating possible
    max_rating: 5 # Maximum rating possible
    enable_url: false # Re-show the URL field (hidden by default)
```

**NOTE** This module extends on the functionality of the comments module, so you still need to add the template variable to your Page/Controller template:

```
$CommentsForm

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% 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 ~278 days

Total

5

Last Release

1723d ago

### Community

Maintainers

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

---

Top Contributors

[![mlewis-everley](https://avatars.githubusercontent.com/u/687143?v=4)](https://github.com/mlewis-everley "mlewis-everley (12 commits)")[![Makreig](https://avatars.githubusercontent.com/u/6011781?v=4)](https://github.com/Makreig "Makreig (1 commits)")

---

Tags

silverstripecommentsreviews

### Embed Badge

![Health badge](/badges/i-lateral-silverstripe-reviews/health.svg)

```
[![Health](https://phpackages.com/badges/i-lateral-silverstripe-reviews/health.svg)](https://phpackages.com/packages/i-lateral-silverstripe-reviews)
```

###  Alternatives

[silverstripe/comments

Provides commenting functionality for your SilverStripe site.

41256.1k13](/packages/silverstripe-comments)[silverstripe/multi-domain

Allows multiple domains to access one CMS instance, mapping them to different sections of the hierarchy

141.6k](/packages/silverstripe-multi-domain)

PHPackages © 2026

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