PHPackages                             asseco-voice/laravel-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. [Database &amp; ORM](/categories/database)
4. /
5. asseco-voice/laravel-comments

ActiveLibrary[Database &amp; ORM](/categories/database)

asseco-voice/laravel-comments
=============================

Laravel comment system

v2.1.0(2y ago)06.6k[4 PRs](https://github.com/asseco-voice/laravel-comments/pulls)MITPHPPHP ^8.1

Since Mar 15Pushed 1y ago5 watchersCompare

[ Source](https://github.com/asseco-voice/laravel-comments)[ Packagist](https://packagist.org/packages/asseco-voice/laravel-comments)[ RSS](/packages/asseco-voice-laravel-comments/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (19)Used By (0)

[![](https://github.com/asseco-voice/art/raw/main/evil_logo.png)](https://see.asseco.com)

Comments
========

[](#comments)

Purpose of this repository is to enable adding comments to any Laravel model.

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

[](#installation)

Require the package with `composer require asseco-voice/laravel-comments`. Service provider will be registered automatically.

Setup
-----

[](#setup)

In order to use the package, migrate the tables with `artisan migrate`and add `Commentable` trait to model you'd like to have comment support on.

```
use Asseco\Comment\Contracts\Commentable;

class Product extends Model implements Commentable
{
    use Commentable;

    // ...
}
```

Standard CRUD endpoints are exposed for comment administration, however if you'd like a dedicated controller to manage CRUD actions on a specific model you need to manually create it.

Extending the package
=====================

[](#extending-the-package)

Publishing the configuration will enable you to change package models as well as controlling how migrations behave. If extending the model, make sure you're extending the original model in your implementation.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~80 days

Recently: every ~160 days

Total

14

Last Release

930d ago

Major Versions

v0.4.0 → v1.0.02022-05-05

v1.1.0 → v2.0.02023-08-08

PHP version history (3 changes)v0.1.0PHP ^7.4 || ^8.0

v1.0.0PHP ^8.0

v2.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/d61de45741b74e7d4a9ee5778160cf54ae5e94a615ae1a6f72b6d1e5fae68d12?d=identicon)[Norgul](/maintainers/Norgul)

---

Top Contributors

[![Norgul](https://avatars.githubusercontent.com/u/11718157?v=4)](https://github.com/Norgul "Norgul (20 commits)")[![assefvisic](https://avatars.githubusercontent.com/u/60132037?v=4)](https://github.com/assefvisic "assefvisic (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![AkronimBlack](https://avatars.githubusercontent.com/u/39061674?v=4)](https://github.com/AkronimBlack "AkronimBlack (2 commits)")[![josip-milotic](https://avatars.githubusercontent.com/u/42002911?v=4)](https://github.com/josip-milotic "josip-milotic (1 commits)")[![ngaspari](https://avatars.githubusercontent.com/u/33628128?v=4)](https://github.com/ngaspari "ngaspari (1 commits)")

---

Tags

laravellaravel8microservicespackagephpphplaraveldatabasecommentsmicroservices

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/asseco-voice-laravel-comments/health.svg)

```
[![Health](https://phpackages.com/badges/asseco-voice-laravel-comments/health.svg)](https://phpackages.com/packages/asseco-voice-laravel-comments)
```

###  Alternatives

[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11225.5M36](/packages/anourvalar-eloquent-serialize)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[wayofdev/laravel-cycle-orm-adapter

🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.

3642.5k3](/packages/wayofdev-laravel-cycle-orm-adapter)

PHPackages © 2026

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