PHPackages                             twentyfourhoursmedia/comments-work - 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. twentyfourhoursmedia/comments-work

ActiveCraft-plugin

twentyfourhoursmedia/comments-work
==================================

An easy to use comment plugin for Craft CMS 3

1.3.0(5y ago)02401[2 issues](https://github.com/24hoursmedia-craftcms/comments-work/issues)proprietaryPHPCI failing

Since Aug 14Pushed 5y agoCompare

[ Source](https://github.com/24hoursmedia-craftcms/comments-work)[ Packagist](https://packagist.org/packages/twentyfourhoursmedia/comments-work)[ RSS](/packages/twentyfourhoursmedia-comments-work/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (1)Versions (26)Used By (0)

Comments Work plugin for Craft CMS 3.x
======================================

[](#comments-work-plugin-for-craft-cms-3x)

An easy to use and straightforward commenting plugin for Craft CMS 3.x. Allow users to post comments to your content, and moderate them from the dashboard.

Documentation
-------------

[](#documentation)

Read all at our [online documentation resource](https://io.24hoursmedia.com/comments-work)

Comments Work Overview
----------------------

[](#comments-work-overview)

- Add user comments to any type of element, such as users and content items
- Get a nice overview of submitted comments in the CP
- Moderation: delete, approve or mark as spam in the CP
- Moderation: modify comment contents in the CP
- Comment forms are signed so malicious users cannot submit comments to arbitrary content

Usage
-----

[](#usage)

Quick example how code would look on the front-end. Read more at:

-
-

```
{# @var commentsWork \twentyfourhoursmedia\commentswork\services\CommentsWorkService #}
{% set commentsWork = craft.commentsWork.service %}

    {{  commentsWork.countComments(entry) }} comments

    {% set comments = commentsWork.fetchComments(entry, 0, 10) %}
    {% for comment in comments %}
        {# @var comment \twentyfourhoursmedia\commentswork\models\CommentModel #}

                        {{ comment.dateCreated | date }} {{ comment.dateCreated | date('H:i') }}

                        {%- if comment.user %}{{ comment.user.friendlyName }}{% endif -%}
                        {%- if comment.title is not empty %}
                            {{ comment.title }}
                        {% endif -%}
                        {%- if comment.comment is not empty %}

                                {{ comment | commentAsHtml }}

                        {% endif -%}

    {% endfor %}

```

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0 or later, and works best with the PRO edition. (Other editions do not support users)

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

[](#installation)

To install the plugin, follow the instructions at

Configuring Comments Work
-------------------------

[](#configuring-comments-work)

There are two configuration options. In the Admin CP, go to 'Settings' -&gt; 'Comments Work'. Read more at

- **'auto approve comments'** - if enabled, comments are shown immediately on the site.This bypasses the moderation. NOT RECOMMENDED WHEN ANONYMOUS COMMENTS ARE ENABLED!
- **'Allow anonymous comments'** - allows anonymous users to post comments.

---

Brought to you by [24hoursmedia](https://www.24hoursmedia.com)

Logo by

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 88.4% 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 ~54 days

Recently: every ~66 days

Total

18

Last Release

1902d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11fd118a06f7ae9f089f9a6af92dbef76499aeec6af23821cd924ef2836ecdca?d=identicon)[24hoursmedia-craftcms](/maintainers/24hoursmedia-craftcms)

---

Top Contributors

[![eapbachman](https://avatars.githubusercontent.com/u/9655267?v=4)](https://github.com/eapbachman "eapbachman (61 commits)")[![24hoursmedia-craftcms](https://avatars.githubusercontent.com/u/37671572?v=4)](https://github.com/24hoursmedia-craftcms "24hoursmedia-craftcms (8 commits)")

---

Tags

cmscommentsCraftcraftcmscraft-plugincomments work

### Embed Badge

![Health badge](/badges/twentyfourhoursmedia-comments-work/health.svg)

```
[![Health](https://phpackages.com/badges/twentyfourhoursmedia-comments-work/health.svg)](https://phpackages.com/packages/twentyfourhoursmedia-comments-work)
```

###  Alternatives

[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[verbb/hyper

A user-friendly links field for Craft.

24130.9k9](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)

PHPackages © 2026

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