PHPackages                             dimsog/wn-comments-plugin - 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. dimsog/wn-comments-plugin

ActiveWinter-plugin[Utility &amp; Helpers](/categories/utility)

dimsog/wn-comments-plugin
=========================

Add comments to any page on your site

1.1.8(2y ago)42972[3 issues](https://github.com/dimsog/wn-comments-plugin/issues)1MITPHPPHP &gt;=8.0

Since Jan 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dimsog/wn-comments-plugin)[ Packagist](https://packagist.org/packages/dimsog/wn-comments-plugin)[ RSS](/packages/dimsog-wn-comments-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (22)Used By (1)

Add comments to any page on your site. [![image](https://camo.githubusercontent.com/3008cc06f278b916c1e5f31030309ce68f3473d47e542f99920aa1b632276d46/68747470733a2f2f6769746875622d70726f64756374696f6e2d757365722d61737365742d3632313064662e73332e616d617a6f6e6177732e636f6d2f3930343935382f3235353238383331352d64636431613134332d306663652d346337632d613264392d3936373239316663353033662e706e67)](https://camo.githubusercontent.com/3008cc06f278b916c1e5f31030309ce68f3473d47e542f99920aa1b632276d46/68747470733a2f2f6769746875622d70726f64756374696f6e2d757365722d61737365742d3632313064662e73332e616d617a6f6e6177732e636f6d2f3930343935382f3235353238383331352d64636431613134332d306663652d346337632d613264392d3936373239316663353033662e706e67)[![image](https://user-images.githubusercontent.com/904958/209521953-3ae2ab52-b63d-4d80-b33d-7a0a63bf61ed.png)](https://user-images.githubusercontent.com/904958/209521953-3ae2ab52-b63d-4d80-b33d-7a0a63bf61ed.png)

### Features

[](#features)

- Absolutely free (MIT)
- Support front-end users (see [winter/wn-user-plugin](https://github.com/wintercms/wn-user-plugin))
- Moderation
- Show/hide the email field
- Support for tree comments
- The ability to delete comments
- Email notifications
- No jquery!
- Snowboard support

### Language support

[](#language-support)

- English
- Russian

### Supported versions

[](#supported-versions)

Please check:

- PHP 8.0
- PHP 8.1
- PHP 8.2

### Demo

[](#demo)

### Installation

[](#installation)

```
composer require dimsog/wn-comments-plugin
```

```
php artisan winter:up
```

### How to use

[](#how-to-use)

```
title = "Demonstration"
url = "/post/:slug"
layout = "default"

[comments]

==

{% component 'comments' %}
```

### Show form only for authenticated users

[](#show-form-only-for-authenticated-users)

**Important!**You must install a frontend-end user plugin! For example [winter/wn-user-plugin](https://github.com/wintercms/wn-user-plugin)

```
composer require wintercms/wn-user-plugin
```

```
title = "Demonstration"
url = "/post/:slug"
layout = "default"

[comments]
auth = true

==

{% component 'comments' %}
```

### Show comments for specific page

[](#show-comments-for-specific-page)

```
title = "Demonstration"
url = "/post/:slug"
layout = "default"

[comments]
url = "{{ :slug }}"

==

{% component 'comments' %}
```

### Count the total number of comments from current page

[](#count-the-total-number-of-comments-from-current-page)

```
Count: {{ comments.count() }}
```

### Count the total number of comments from another page

[](#count-the-total-number-of-comments-from-another-page)

```
Count: {{ comments.count('/') }}
```

### Configuration

[](#configuration)

[![image](https://user-images.githubusercontent.com/904958/211208685-4f0603da-1bef-4fba-9791-f25460b3a2da.png)](https://user-images.githubusercontent.com/904958/211208685-4f0603da-1bef-4fba-9791-f25460b3a2da.png)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance5

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 99.6% 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 ~41 days

Recently: every ~53 days

Total

15

Last Release

1024d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2

1.1.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/749a4498fe922187690a19e92ef1f20e95a8f173217cee00dd18c2ec0e6e990d?d=identicon)[dimsog](/maintainers/dimsog)

---

Top Contributors

[![dimsog](https://avatars.githubusercontent.com/u/904958?v=4)](https://github.com/dimsog "dimsog (234 commits)")[![WebVPF](https://avatars.githubusercontent.com/u/61043464?v=4)](https://github.com/WebVPF "WebVPF (1 commits)")

---

Tags

commentswinterwinter commentswintercms comments

### Embed Badge

![Health badge](/badges/dimsog-wn-comments-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/dimsog-wn-comments-plugin/health.svg)](https://phpackages.com/packages/dimsog-wn-comments-plugin)
```

###  Alternatives

[beyondcode/laravel-comments

Add comments to your Laravel application

605414.2k2](/packages/beyondcode-laravel-comments)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[usamamuneerchaudhary/commentify

Easy Laravel Livewire Comments with TailwindCSS UI

23214.3k](/packages/usamamuneerchaudhary-commentify)[winter/storm

Winter CMS Storm Library

46239.3k6](/packages/winter-storm)[silverstripe/comments

Provides commenting functionality for your SilverStripe site.

41256.1k13](/packages/silverstripe-comments)[knplabs/knp-disqus-bundle

6480.2k](/packages/knplabs-knp-disqus-bundle)

PHPackages © 2026

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