PHPackages                             vova07/yii2-start-comments-module - 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. vova07/yii2-start-comments-module

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

vova07/yii2-start-comments-module
=================================

The comments module for Yii2-Start application.

0.1.4(10y ago)159.5k12[3 issues](https://github.com/vova07/yii2-start-comments-module/issues)[1 PRs](https://github.com/vova07/yii2-start-comments-module/pulls)1BSD-3-ClausePHP

Since Oct 13Pushed 8y ago5 watchersCompare

[ Source](https://github.com/vova07/yii2-start-comments-module)[ Packagist](https://packagist.org/packages/vova07/yii2-start-comments-module)[ RSS](/packages/vova07-yii2-start-comments-module/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (6)Used By (1)

WARNING: This extension is not more maintained
==============================================

[](#warning-this-extension-is-not-more-maintained)

Yii2-Start comments module.
===========================

[](#yii2-start-comments-module)

This module provide a comments managing system for Yii2-Start application.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist vova07/yii2-start-comments-module "*"

```

or add

```
"vova07/yii2-start-comments-module": "*"

```

to the require section of your `composer.json` file.

Configuration
=============

[](#configuration)

- Add module to config section:

```
'modules' => [
    'comments' => [
        'class' => 'vova07\comments\Module'
    ]
]

```

- Run migrations:

```
php yii migrate --migrationPath=@vova07/comments/migrations

```

- Run RBAC command:

```
php yii comments/rbac/add

```

Usage:
------

[](#usage)

- Add a new comment-on-able model `namespace` in `yii2-start.domain/backend/comments/models/index/`
- Add `Comments` widget in your view file:

```
echo \vova07\comments\widgets\Comments::widget(
    [
        'model' => $model,
        'jsOptions' => [
            'listSelector' => '[data-comment="list"]', // Comment list selector
            'parentSelector' => '[data-comment="parent"]', // Comment parent selector
            'appendSelector' => '[data-comment="append"]', // Container selector where "reply" and "edit" form will be appended by jQuery
            'formSelector' => '[data-comment="form"]', // Comment form selector
            'contentSelector' => '[data-comment="content"]', // Comment content selector
            'toolsSelector' => '[data-comment="tools"]', // Comment tools selector
            'formGroupSelector' => '[data-comment="form-group"]', // Comment form group selector
            'errorSummarySelector' => '[data-comment="form-summary"]', // Comment form summary error selector
            'errorSummaryToggleClass' => 'hidden', // Comment summary error class that will be add/remove by jQuery on error reporting
            'errorClass' => 'has-error', // Comment form group error class
            'offset' => 0 // Top offset for scrollTo function. Use it if you have fixed top menu for correct scrolling to comment's parent. In case with fixed menu, "offset" value must be equal with menu block height.
        ]
    ]
);

```

- Profit!

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~77 days

Total

5

Last Release

3917d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2714082?v=4)[Vasile C.](/maintainers/vova07)[@vova07](https://github.com/vova07)

---

Top Contributors

[![vova07](https://avatars.githubusercontent.com/u/2714082?v=4)](https://github.com/vova07 "vova07 (7 commits)")[![jwcastillo](https://avatars.githubusercontent.com/u/443948?v=4)](https://github.com/jwcastillo "jwcastillo (1 commits)")[![krystian-thiede](https://avatars.githubusercontent.com/u/7607559?v=4)](https://github.com/krystian-thiede "krystian-thiede (1 commits)")[![saochico](https://avatars.githubusercontent.com/u/1377119?v=4)](https://github.com/saochico "saochico (1 commits)")

---

Tags

yii2modulecommentsyii 2yii2-start

### Embed Badge

![Health badge](/badges/vova07-yii2-start-comments-module/health.svg)

```
[![Health](https://phpackages.com/badges/vova07-yii2-start-comments-module/health.svg)](https://phpackages.com/packages/vova07-yii2-start-comments-module)
```

###  Alternatives

[vova07/yii2-start-blogs-module

The blogs module for Yii2-start application.

1710.2k1](/packages/vova07-yii2-start-blogs-module)[softark/yii2-dual-listbox

Bootstrap Dual Listbox Widget for Yii 2

20144.4k11](/packages/softark-yii2-dual-listbox)

PHPackages © 2026

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