PHPackages                             onweb/shoppingcart - 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. onweb/shoppingcart

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

onweb/shoppingcart
==================

Laravel Shoppingcart

v6.0.1(6y ago)034MIT

Since Mar 14Compare

[ Source](https://github.com/tothdaniel87/LaravelShoppingcart)[ Packagist](https://packagist.org/packages/onweb/shoppingcart)[ RSS](/packages/onweb-shoppingcart/feed)WikiDiscussions Synced 6d ago

READMEChangelog (4)Dependencies (4)Versions (24)Used By (0)

LaravelShoppingcart
-------------------

[](#laravelshoppingcart)

Fork of

```
Crinsane/LaravelShoppingcart

```

Some extra features are added.

Installation
------------

[](#installation)

Install the package through [Composer](http://getcomposer.org/).

Run the Composer require command from the Terminal:

```
composer require onweb/shoppingcart

```

If you're using Laravel 5.5, this is all there is to do.

Should you still be on version 5.4 of Laravel, the final steps for you are to add the service provider of the package and alias the package. To do this open your `config/app.php` file.

Add a new line to the `providers` array:

```
Onweb\Shoppingcart\ShoppingcartServiceProvider::class

```

And optionally add a new line to the `aliases` array:

```
'Cart' => Onweb\Shoppingcart\Facades\Cart::class,

```

Publish config:

```
php artisan vendor:publish --provider="Onweb\Shoppingcart\ShoppingcartServiceProvider" --tag="config"

```

Now you're ready to start using the shoppingcart in your application.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity73

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

Recently: every ~242 days

Total

22

Last Release

2298d ago

Major Versions

1.3 → 2.0.02016-06-15

2.4.0 → 3.0.02017-09-26

3.0.2 → v6.0.12020-04-29

PHP version history (2 changes)1.0PHP &gt;=5.3.0

1.3PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/36ab6bc63759d8b02e212daee7641ccbf29c78ee49976b194d4b01989b4aceed?d=identicon)[onweb](/maintainers/onweb)

---

Tags

laravelshoppingcart

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/onweb-shoppingcart/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17930.8k](/packages/markwalet-nova-modal-response)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2087.0k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1422.0k5](/packages/team-nifty-gmbh-tall-datatables)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

604.0k2](/packages/crumbls-layup)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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