PHPackages                             vis/comments\_l5 - 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. vis/comments\_l5

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

vis/comments\_l5
================

Comments for L5

1.0.35(9y ago)0356proprietary

Since May 6Compare

[ Source](https://github.com/arturishe21/comments_l5)[ Packagist](https://packagist.org/packages/vis/comments_l5)[ RSS](/packages/vis-comments-l5/feed)WikiDiscussions Synced 6d ago

READMEChangelogDependenciesVersions (10)Used By (0)

В composer.json добавляем в блок require

```
 "vis/comments_l5": "1.0.*"
```

Выполняем

```
composer update
```

Добавляем в app.php

```
  Vis\Comments\CommentsServiceProvider::class,
```

Выполняем миграцию таблиц

```
    php artisan migrate --path=vendor/vis/comments_l5/src/Migrations
```

Публикуем js файлы

```
   php artisan vendor:publish --tag=comments --force
```

Копируем definition для комментариев

```
   php artisan vendor:publish --tag=config_definition --force
```

И если нужно публикуем views

```
   php artisan vendor:publish --tag=comments_views --force
```

---

Использование на фронтенде:

Показываем форму для комментария на странице

```
{!! Comments::showForm($page) !!}
```

Показываем список комментариев это страницы

```
{!! Comments::showListComments($page) !!}
```

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity69

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 ~41 days

Recently: every ~68 days

Total

9

Last Release

3417d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7ffd6192296a7a4be50ef6051026bdcb226401a5114d64dacc16dcaf7fb827?d=identicon)[arturishe](/maintainers/arturishe)

---

Top Contributors

[![arturishe](https://avatars.githubusercontent.com/u/3536387?v=4)](https://github.com/arturishe "arturishe (12 commits)")

### Embed Badge

![Health badge](/badges/vis-comments-l5/health.svg)

```
[![Health](https://phpackages.com/badges/vis-comments-l5/health.svg)](https://phpackages.com/packages/vis-comments-l5)
```

###  Alternatives

[qcod/laravel-gamify

Add gamification in laravel app with reputation point and badges support

679381.4k1](/packages/qcod-laravel-gamify)[julien-c/iso3166

ISO 3166-1 alpha-2 mapping

662.6M2](/packages/julien-c-iso3166)[optimus/heimdal

122336.5k5](/packages/optimus-heimdal)[org_heigl/ghostscript

A PHP-Wrapper around the Ghostscript-CLI

401.9M4](/packages/org-heigl-ghostscript)[b13/host-variants

Extends the base variants condition with current host.

35345.8k6](/packages/b13-host-variants)[ddoe/wysiwyg-editor-module

Summernote WYSIWYG Editor for OXID eShop.

191.1M5](/packages/ddoe-wysiwyg-editor-module)

PHPackages © 2026

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