PHPackages                             zeroseven/z7-blog-comments - 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. zeroseven/z7-blog-comments

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

zeroseven/z7-blog-comments
==========================

z7\_blog comments

v1.1.1(5y ago)119GPL-2.0-onlyPHP

Since Sep 8Pushed 3y ago9 watchersCompare

[ Source](https://github.com/zeroseven/z7_blog_comments)[ Packagist](https://packagist.org/packages/zeroseven/z7-blog-comments)[ RSS](/packages/zeroseven-z7-blog-comments/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (17)Used By (0)

Comment function for the [z7\_blog](https://github.com/zeroseven/z7_blog)
=========================================================================

[](#comment-function-for-the-z7_blog)

With this extension you can extend your blog with a comment function. For all comments to be easily managed by you, this extension supports you with notifications via email, a dashboard widget and further settings directly in your blog posts.

🍭 Feature overview
------------------

[](#lollipop-feature-overview)

- Email notifications
- Dashboard widget
- Automatic language detection of comments
- Reply function
- Extension of structured data
- Automatic captcha

🔠 Language concept
------------------

[](#capital_abcd-language-concept)

Comments are important user signals that shouldn't be missed on translated pages with less traffic. Therefore, comments are displayed across all page translations.

For this to not be a problem with your SEO or screenreader compatibility, comments will be automatically tagged with their corresponding language.

📝 Based on the TYPO3 form extension
-----------------------------------

[](#memo-based-on-the-typo3-form-extension)

The comment form is based on the [TYPO3 form extension](https://docs.typo3.org/c/typo3/cms-form/master/en-us/). This enables you to add additional fields, finishers or validators as you wish. To add to this, there's also a comprehensive documentation for it available.

Is the form extension already in your project, an already styled comment form might be nice side effect.

🔧 Installation
--------------

[](#wrench-installation)

Get this extension via `composer req zeroseven/z7-blog-comments`.

⚙️ Setup
--------

[](#gear-setup)

### Integrate comments

[](#integrate-comments)

You can achieve this via typoscript or via a ViewHelper. For more information on this, please check the README of our [z7\_blog](https://github.com/zeroseven/z7_blog) extension.

Here is an example for an integration in fluid:

```

        {page.title}

        ...

```

### Extend comments

[](#extend-comments)

All you have to do for this, is to extend the domain model of Comment and use this new property as the identifier for the corresponding form field. When sending a form, all entered data will be assigned to the corresponding properties in the domain model and saved to the database.

### Configure form:

[](#configure-form)

There's not much to do here. It's advised to override the form and finisher to fit your needs in the project. To use another form, you can alter this TypoScript constant `plugin.tx_z7blog.settings.comments.form` or [override the existing formDefinition in your TypoScript setup](https://docs.typo3.org/c/typo3/cms-form/master/en-us/I/Concepts/FrontendRendering/Index.html#typoscript-overrides) like shown the following example:

```
lib.Z7BlogCommentsForm.settings.formDefinitionOverrides.Z7BlogCommentsForm.finishers {

  # EmailToReceiver
  3.options {
    recipientAddress = b.a.baracus@ateam.com
    carbonCopyRecipients = john.hannibal.smith@ateam.com, murdock@ateam.com
    senderAddress = webmaster@ateam.com
  }
}

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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 ~8 days

Recently: every ~26 days

Total

16

Last Release

1997d ago

Major Versions

v0.11.0 → v1.0.0-RC12020-09-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b22f8a50cfbda138fd9d18f9a9323a9ab93434487122956978e804dee700876?d=identicon)[zerosevendesignstudios](/maintainers/zerosevendesignstudios)

---

Top Contributors

[![srosskopf](https://avatars.githubusercontent.com/u/17512766?v=4)](https://github.com/srosskopf "srosskopf (10 commits)")[![teneris](https://avatars.githubusercontent.com/u/773723?v=4)](https://github.com/teneris "teneris (1 commits)")

### Embed Badge

![Health badge](/badges/zeroseven-z7-blog-comments/health.svg)

```
[![Health](https://phpackages.com/badges/zeroseven-z7-blog-comments/health.svg)](https://phpackages.com/packages/zeroseven-z7-blog-comments)
```

###  Alternatives

[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.4M80](/packages/typo3-cms-redirects)

PHPackages © 2026

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