PHPackages                             uccello/comment - 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. uccello/comment

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

uccello/comment
===============

Add comment widget to Uccello entities.

v1.0.0(5y ago)01291MITPHPCI failing

Since Feb 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/uccellolabs/uccello-comment)[ Packagist](https://packagist.org/packages/uccello/comment)[ RSS](/packages/uccello-comment/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Document Designer is a [Laravel/Ucello](https://github.com/uccellolabs/uccello) Package allowing to add a comment widget linked to any Uccello entity.

Features
--------

[](#features)

- Comments linked to any Uccello entity
- Create / Edit / Delete comments by users
- Reply to any first level comments

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

[](#installation)

#### Package

[](#package)

```
composer require uccello/comment
```

### Publish

[](#publish)

After installation execute the following :

```
php artisan vendor:publish --provider="Uccello\Comment\Providers\AppServiceProvider"
```

#### Use

[](#use)

To add a comment widget add a migration that will execute the following lines :

```
$widget = Widget::where('label', 'widget.comments')->first();
$module->widgets()->attach($widget->id, ['data' => json_encode(['title' => 'Comments']), 'sequence' => 0]);
```

Note that filling the data field isn't mandatory.

#### Config

[](#config)

You can add the folowing optional setings to your uccello.php config file:

```
'comment' => [
        'max_height' => 450,
        'show_child' => true,
        'can_edit_parent' => true,
        'can_delete_parent' => false,
        'order_desc' => true,
]
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1924d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dd3449bee600c805043068270d8c8d1fe7db9960f76e94b660d1192dfd3b3be?d=identicon)[sardoj](/maintainers/sardoj)

---

Top Contributors

[![sardoj](https://avatars.githubusercontent.com/u/3235898?v=4)](https://github.com/sardoj "sardoj (5 commits)")[![jerome-savin](https://avatars.githubusercontent.com/u/25988722?v=4)](https://github.com/jerome-savin "jerome-savin (4 commits)")[![dimitridacosta](https://avatars.githubusercontent.com/u/55593650?v=4)](https://github.com/dimitridacosta "dimitridacosta (2 commits)")

### Embed Badge

![Health badge](/badges/uccello-comment/health.svg)

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

###  Alternatives

[kriansa/openboleto

Biblioteca para geração de boletos bancários.

6142.2M2](/packages/kriansa-openboleto)

PHPackages © 2026

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