PHPackages                             vis/rating\_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/rating\_l5

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

vis/rating\_l5
==============

Rating for L5

1.0.6(9y ago)0485proprietaryPHP

Since May 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/arturishe21/rating_l5)[ Packagist](https://packagist.org/packages/vis/rating_l5)[ RSS](/packages/vis-rating-l5/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (7)Used By (0)

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

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

Выполняем

```
composer update
```

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

```
  Vis\Rating\RatingServiceProvider::class,
```

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

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

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

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

---

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

Подключаем в футере js и css файлы

```

```

Код на странице для голосования

```
{!! Rating::showVote($page) !!}
```

Код на странице для просмотра рейтинга статьи

```
{!! Rating::showResult($page) !!}
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~36 days

Total

6

Last Release

3354d 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 (9 commits)")

### Embed Badge

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

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

###  Alternatives

[srchea/php-push-web-socket

Lightweight PHP WebSocket server handling several clients.

13410.4k](/packages/srchea-php-push-web-socket)[pmaslak/php-obfuscator

PHP obfuscator

222.6k](/packages/pmaslak-php-obfuscator)

PHPackages © 2026

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