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

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

vis/rating
==========

1.0.31(10y ago)191PHPPHP &gt;=5.4.0

Since Jul 31Pushed 10y ago1 watchersCompare

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

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

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

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

Выполняем

```
composer update
```

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

```
  'Vis\Rating\RatingServiceProvider',
```

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

```
   php artisan migrate --package=vis/rating
```

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

```
   php artisan asset:publish vis/rating
```

---

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

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

```

```

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

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

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

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

3960d 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/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M374](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M136](/packages/illuminate-cookie)

PHPackages © 2026

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