PHPackages                             arunov/online-shopping-cart-laravel - 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. arunov/online-shopping-cart-laravel

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

arunov/online-shopping-cart-laravel
===================================

Online Shop Cart Laravel

v1.0.0(1y ago)02MIT

Since Jan 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ovarun/online-shopping-cart-laravel)[ Packagist](https://packagist.org/packages/arunov/online-shopping-cart-laravel)[ RSS](/packages/arunov-online-shopping-cart-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

online-shopping-cart-laravel
============================

[](#online-shopping-cart-laravel)

Welcome to the ultimate online shop cart package tailored for Laravel enthusiasts! This package is compatible with Laravel versions 7 through 11, ensuring seamless integration with your modern Laravel applications.

Inspired by the ingenious [mindscms/laravelshoppingcart](https://github.com/mindscms/laravelshoppingcart) package, we've borrowed some of their brilliant logics and extended them to create a more robust and feature-rich shopping cart experience.

Get ready to elevate your e-commerce projects with our meticulously crafted package, designed to provide unparalleled functionality and ease of use. Dive in and explore the endless possibilities for creating the perfect online shopping experience!

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

[](#installation)

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

Run the Composer require command from the Terminal:

```
composer require ovarun/online-shopping-cart-laravel

```

### Laravel &lt;= 7.0

[](#laravel--70)

Should you still be on version 7.0 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:

```
Arunov\Shoppingcart\ShoppingcartServiceProvider::class

```

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

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

```

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

**As of version 1 of this package it's possibly to use dependency injection to inject an instance of the Cart class into your controller or other class**

Overview
--------

[](#overview)

Look at one of the following topics to learn more about project

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance41

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

496d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ef3a9cc96359e5685c93684e67d1eaecf8059b15491da6813606528ebea28e7?d=identicon)[ovarun](/maintainers/ovarun)

---

Top Contributors

[![ovarun](https://avatars.githubusercontent.com/u/26575962?v=4)](https://github.com/ovarun "ovarun (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arunov-online-shopping-cart-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/arunov-online-shopping-cart-laravel/health.svg)](https://phpackages.com/packages/arunov-online-shopping-cart-laravel)
```

###  Alternatives

[gloudemans/shoppingcart

Laravel Shoppingcart

3.7k756.7k12](/packages/gloudemans-shoppingcart)[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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