PHPackages                             networkteam/contentcomments - 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. networkteam/contentcomments

ActiveNeos-package

networkteam/contentcomments
===========================

A Neos package to add content comments to any node (as communication medium)

2.1.1(9mo ago)128.0k↓43.9%3[1 issues](https://github.com/networkteam/Networkteam.ContentComments/issues)[10 PRs](https://github.com/networkteam/Networkteam.ContentComments/pulls)1GPL-3.0+PHPCI failing

Since Feb 9Pushed 3mo ago5 watchersCompare

[ Source](https://github.com/networkteam/Networkteam.ContentComments)[ Packagist](https://packagist.org/packages/networkteam/contentcomments)[ RSS](/packages/networkteam-contentcomments/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (27)Used By (1)

Networkteam.ContentComments
===========================

[](#networkteamcontentcomments)

Created originally by Sandstorm Media in 2015. Updated and forked for new NeosUI by networkteam in 2018

This Package Adds Content Comments / Sticky Notes to Neos. You can comment on arbitrary nodes.

Supported Neos versions (`neos/neos`):

- `4.3.*`
- `5.*`
- `7.*`

Neos VersionPackage Version&gt;= 4.32.x&gt;= 3.3, &lt; 5.01.xUsage
-----

[](#usage)

- install the package with `composer require networkteam/contentcomments`
- use the new "Comments" Tab in the Inspector
- use the setting ShowInFrontend to render comments in frontend
    - Networkteam.ContentComments.ShowInFrontend: true`
    - use the scss partial "contentComment" in your css rendering to show comments in a nice tooltip
    - there's only a icon rendered in the backend

Internal Working
----------------

[](#internal-working)

- the "comments" tab is added to all node types, alongside with the property `comments`. (API)
- The `comments` property is a JSON-encoded array with comment objects which is manipulated by a custom `Comments` editor. (API)
- A `WorkspaceAspect` takes care of merging comments together on publishing (non-API)

Why did we choose this implementation?
--------------------------------------

[](#why-did-we-choose-this-implementation)

There generally are multiple ways of storing comments:

- we can add them to the nodes themselves, as node property (the way it is done currently)
- we can add them to the nodes themselves, using a special database column
- we can store them as extra nodes and somehow link them together
- we can store them as extra domain objects and somehow link them together.

As a first step, we wanted the exact same publishing behavior than with normal content, i.e. a content note should appear exactly in the workspace/content dimension where the specific content is located. Furthermore, we thought it would be very strange if the user created completely new content, leaves TODO notes for himself, but does not publish yet -- and still notes would already be visible to other people in their workspaces. I think that behavior does not really make sense -- that's why we handle the notes currently in the same manner as normal content, with all the same workspace and shine-through logic.

TODOs
-----

[](#todos)

This is currently beta quality; expect to find bugs. Still valid.

License
-------

[](#license)

GNU GPLv3 or later.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance51

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~518 days

Total

11

Last Release

276d ago

Major Versions

1.1.2 → 2.0.02019-12-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a0c15298bde9fac0fb1224859b69b1be1d17f747fc03d2b435e2028ea14f0d3?d=identicon)[monofone](/maintainers/monofone)

![](https://www.gravatar.com/avatar/790179df9a15d9175b9ec8fdc2df5c4c660a52a4fb6d429376cf66b66b0a595c?d=identicon)[chlu](/maintainers/chlu)

![](https://www.gravatar.com/avatar/7cbf52f8dce27737b73b79ac2c958434339f3dcf704b17a040956ed9a33eb4ef?d=identicon)[networkteam](/maintainers/networkteam)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (34 commits)")[![nilsjung](https://avatars.githubusercontent.com/u/24273394?v=4)](https://github.com/nilsjung "nilsjung (22 commits)")[![networkteam-lange](https://avatars.githubusercontent.com/u/19548950?v=4)](https://github.com/networkteam-lange "networkteam-lange (10 commits)")[![suffle](https://avatars.githubusercontent.com/u/10942229?v=4)](https://github.com/suffle "suffle (2 commits)")[![networkteamcom](https://avatars.githubusercontent.com/u/31891264?v=4)](https://github.com/networkteamcom "networkteamcom (2 commits)")[![skurfuerst](https://avatars.githubusercontent.com/u/190777?v=4)](https://github.com/skurfuerst "skurfuerst (2 commits)")[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (1 commits)")[![nlx-jonas](https://avatars.githubusercontent.com/u/106147659?v=4)](https://github.com/nlx-jonas "nlx-jonas (1 commits)")[![Rasmizzle](https://avatars.githubusercontent.com/u/47476377?v=4)](https://github.com/Rasmizzle "Rasmizzle (1 commits)")[![christophlehmann](https://avatars.githubusercontent.com/u/4953689?v=4)](https://github.com/christophlehmann "christophlehmann (1 commits)")[![monofone](https://avatars.githubusercontent.com/u/373163?v=4)](https://github.com/monofone "monofone (1 commits)")

---

Tags

neoscommentcommunicationNeosStickyNotesneoscmsnotes

### Embed Badge

![Health badge](/badges/networkteam-contentcomments/health.svg)

```
[![Health](https://phpackages.com/badges/networkteam-contentcomments/health.svg)](https://phpackages.com/packages/networkteam-contentcomments)
```

###  Alternatives

[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)[shel/nodetypes-analyzer

Graphical analysis &amp; visualizer for the Neos CMS nodetypes as backend module

2160.6k](/packages/shel-nodetypes-analyzer)

PHPackages © 2026

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