PHPackages                             portedcheese/variation-cart - 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. portedcheese/variation-cart

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

portedcheese/variation-cart
===========================

Cart for product variations

v3.0.7(7mo ago)1176MITPHP

Since Aug 25Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/PortedCheese/variation-cart)[ Packagist](https://packagist.org/packages/portedcheese/variation-cart)[ RSS](/packages/portedcheese-variation-cart/feed)WikiDiscussions master Synced 5d ago

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

Variation Cart
==============

[](#variation-cart)

Добавление корзины товаров в каталог

Install
-------

[](#install)

```
php artisan migrate

php artisan vendor:publish --provider="PortedCheese\VariationCart\ServiceProvider" --tag=public --force

php artisan make:variation-cart
                            {--all : Run all}
                            {--models : Export models}
                            {--observers : Export observers}
                            {--controllers : Export controllers}
                            {--policies : Export and create rules}
                            {--only-default : Create default rules}
                            {--scss : Export scss}
                            {--vue : Export vue}

```

Config
------

[](#config)

Выгрузить конфигурацию:

```
php artisan vendor:publish --provider="PortedCheese\VariationCart\ServiceProvider" --tag=config

```

Переменные конфигурации:

```
cartFacade - Класс фасада для корзины
cartSiteRoutes(true) - Использовать роуты для сайта из пакета
showCartIco(true) - Показать иконку корзины
showCartDiscount(true) - Показывать скидки в корзине
enableCart(true) - Включить корзину

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance62

Regular maintenance activity

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~77 days

Total

23

Last Release

233d ago

Major Versions

v0.1.0 → v1.0.02020-09-16

v1.3.0 → v2.0.02024-07-26

v2.0.2 → v3.0.02024-09-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba53ceb68f24f423fef88740a75df7872996a5c2f95ac9503cdaa39da1baccb4?d=identicon)[PortedCheese](/maintainers/PortedCheese)

### Embed Badge

![Health badge](/badges/portedcheese-variation-cart/health.svg)

```
[![Health](https://phpackages.com/badges/portedcheese-variation-cart/health.svg)](https://phpackages.com/packages/portedcheese-variation-cart)
```

PHPackages © 2026

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