PHPackages                             janakkapadia/commentable - 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. janakkapadia/commentable

ActivePackage[Utility &amp; Helpers](/categories/utility)

janakkapadia/commentable
========================

Commentable - Easy way to apply comment on any model.

1.0.5(4y ago)012MITPHPPHP ^7.3|^8.0

Since Jul 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/janakkapadia/commentable)[ Packagist](https://packagist.org/packages/janakkapadia/commentable)[ RSS](/packages/janakkapadia-commentable/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Laravel Comment Package
=======================

[](#laravel-comment-package)

### Package setup steps:

[](#package-setup-steps)

- Go to project root directory from terminal
- Run following commands:

    ```
    composer require janakkapadia/commentable
    php artisan vendor:publish --tag=comment-migrations
    php artisan migrate
    ```
- You need add trait in following model:

    ```
    use HasComments;
    ```
- Create Comment:

    ```
    $model->comments()->create([
        "comment" => "add content here"
    ]);
    ```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

5

Last Release

1821d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46623980?v=4)[Janak Kapadia](/maintainers/janakkapadia)[@janakkapadia](https://github.com/janakkapadia)

---

Top Contributors

[![janakkapadia](https://avatars.githubusercontent.com/u/46623980?v=4)](https://github.com/janakkapadia "janakkapadia (26 commits)")

### Embed Badge

![Health badge](/badges/janakkapadia-commentable/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M129](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

198321.1k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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