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 6d 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 61% 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

3413d 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)
```

###  Alternatives

[spatie/fork

A lightweight solution for running code concurrently in PHP

1.0k3.4M80](/packages/spatie-fork)[silverstripe/redirectedurls

Provides a system for users to configure arbitrary redirections in the CMS

31546.0k11](/packages/silverstripe-redirectedurls)[ghoster/module-outofstockatlast

Magento 2.4.x module Sort Out Of Stock Product At last the product list

62136.7k](/packages/ghoster-module-outofstockatlast)[swentel/nostr-php

Nostr helper library for PHP

6932.1k6](/packages/swentel-nostr-php)[marcw/rss-writer

A simple yet powerful RSS2 feed writer with RSS extensions support (like iTunes podcast tags)

1335.8k](/packages/marcw-rss-writer)[pecl/timezonedb

This extension is a drop-in replacement for the builtin timezone database that comes with PHP.

179.6k](/packages/pecl-timezonedb)

PHPackages © 2026

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