# Crinsane/LaravelShoppingcart

A simple shopping cart implementation for Laravel

Repository: https://github.com/Crinsane/LaravelShoppingcart
Canonical: https://ross.abutalabs.com/products/laravelshoppingcart
Language: PHP
License: MIT
License Family: permissive
Last push: 2024-03-30T10:42:24+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4851, "days_push": 886, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3702, forks 1763 (observed 2026-08-28T04:08:14.983438+00:00)

## What it is
A simple shopping cart implementation for the Laravel PHP framework, installable via Composer. It provides cart item management with quantities, prices, options, model binding, database persistence, events, and multiple cart instances.

## Use cases
- add a shopping cart to a laravel app
- manage cart items with quantities and prices in php
- store cart contents in a database session
- support product variants like sizes in a cart
- build an online store checkout flow in laravel

## When to choose
- you are building a Laravel application that needs cart functionality
- you want a lightweight, well-established cart library rather than a full e-commerce platform
- you need cart persistence, events, and multiple cart instances out of the box

## When to avoid
- you are not using Laravel
- you need a full e-commerce solution with payments, inventory, and orders
- you need cart features for a non-PHP stack

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools
- domain: e-commerce, web-development, backend
- platform: php
- tags: laravel, shopping-cart, cart-management, ecommerce, e-commerce, web-server

## Member repositories
- Crinsane/LaravelShoppingcart (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:14.983438+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:01.016907+00:00, confidence not recorded.
  - readme: https://github.com/Crinsane/LaravelShoppingcart (fetched 2026-08-28T04:08:14.983438+00:00, sha 2e05360133b1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
