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

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

vis/compare\_l5
===============

Compare for L5

1.0.5(9y ago)1290proprietaryPHP

Since May 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/arturishe21/compare_l5)[ Packagist](https://packagist.org/packages/vis/compare_l5)[ RSS](/packages/vis-compare-l5/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

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

```
 "vis/compare_l5": "1.*"
```

Выполняем

```
composer update
```

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

```
  Vis\Compare\CompareServiceProvider::class,
```

Использование сверху

```
    use Vis\Compare\Facades\Compare;
```

методы:

```
  // добавить в сравнение
   Compare::addCompare($idProduct, $model = "Product");

  // удалить из сравнения
  Compare::doRemoveCompare($idProduct);

  // проверить или товара в сравнении
   Compare::hasCompare($idProduct);

  //вернуть количество товаров в сравнении
  Compare::getCountCompare();

  //вернуть все товары
    Compare::getProducts($model = "Product");
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

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

Total

5

Last Release

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

### Embed Badge

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

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

PHPackages © 2026

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