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

ActiveLibrary

exdeliver/cart
==============

Cart System for Laravel applications

069↓100%PHP

Since Oct 26Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

EXdeliver Cart
--------------

[](#exdeliver-cart)

Cart implementation for shops with VAT per product system. With split VAT functionality. Written by Jason Hoendervanger - EXdeliver.nl

[![alt text](https://camo.githubusercontent.com/1b5a44f71b9d7532903d32ea68ed2bb54bd884550630b6c894e7adc0f47ac7a3/68747470733a2f2f7469636b6574737570706c792e6e6c2f696d616765732f657864656c69766572636172742e706e67)](https://camo.githubusercontent.com/1b5a44f71b9d7532903d32ea68ed2bb54bd884550630b6c894e7adc0f47ac7a3/68747470733a2f2f7469636b6574737570706c792e6e6c2f696d616765732f657864656c69766572636172742e706e67)

### Requirements

[](#requirements)

System requirements for running this content management system:

```
PHP 7.1.3 or later

```

##### Howto install

[](#howto-install)

composer require exdeliver/cart

Add to your app.php providers &amp; Aliases

```
\Exdeliver\Cart\ServiceProviders\CartServiceProvider::class,

'Cart' => \Exdeliver\Cart\Facades\CartServiceFacade::class,

```

##### Commands

[](#commands)

Add to cart

```
Cart::add([
        'product_id' => $product->id,
        'name' => $product->name,
        'gross_price' => $product->price,
        'vat' => $product->vat,
        'quantity' => 1,
        'type' => 'item', // item, discount, fee, other (item and other are countable items quantity() )
]);

Cart::subtotal()

Cart::vats()

Cart::total()

Cart::vatTotal()

Cart::discounts()

Cart::summary() // Returns all of above in json format.

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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.

### Community

Maintainers

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

---

Top Contributors

[![renalpha](https://avatars.githubusercontent.com/u/5363232?v=4)](https://github.com/renalpha "renalpha (12 commits)")

### Embed Badge

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

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

PHPackages © 2026

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