PHPackages                             jlopezcur/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. [Framework](/categories/framework)
4. /
5. jlopezcur/cart

AbandonedArchivedLibrary[Framework](/categories/framework)

jlopezcur/cart
==============

Laravel 5 Shopping cart

2.4.0(10y ago)148MITPHPPHP &gt;=5.4.0

Since Jan 16Pushed 10y ago2 watchersCompare

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

READMEChangelogDependencies (5)Versions (16)Used By (0)

Laravel 5 Shopping Cart
=======================

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

A Shopping Cart Implementation for Laravel Framework (Based on the impressive work of darryldecode \[\])

\##INSTALLATION

Install the package through [Composer](http://getcomposer.org/). Edit your project's `composer.json` file by adding:

### Laravel 5

[](#laravel-5)

```
"require": {
	"laravel/framework": "5.0.*",
	"jlopezcur/cart": "dev-master"
}
```

Next, run the Composer update command from the Terminal:

```
composer update

or

composer update "jlopezcur/cart"

```

\##CONFIGURATION

1. Open config/app.php and addd this line to your Service Providers Array

```
Jlopezcur\Cart\CartServiceProvider::class
```

2. Open config/app.php and addd this line to your Aliases

```
  'Cart' => Jlopezcur\Cart\Facades\CartFacade::class
```

HOW TO USE
----------

[](#how-to-use)

- [Usage](#usage)
- [Conditions](#conditions)
- [Instances](#instances)
- [Exceptions](#exceptions)
- [Events](#events)
- [Examples](#examples)
- [Changelogs](#changelogs)
- [License](#license)

Usage
-----

[](#usage)

TODO

Conditions
----------

[](#conditions)

TODO

Instances
---------

[](#instances)

TODO

Exceptions
----------

[](#exceptions)

TODO

Events
------

[](#events)

TODO

Examples
--------

[](#examples)

TODO

Changelogs
----------

[](#changelogs)

TODO

License
-------

[](#license)

The Laravel Shopping Cart is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### Disclaimer

[](#disclaimer)

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR, OR ANY OF THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 68.5% 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

Every ~10 days

Total

15

Last Release

3980d ago

Major Versions

0.0.2 → 1.0.02015-01-17

1.1.0 → 2.0.02015-03-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/467d3532385466b6e4c20c4963769fd64b5ef2c935aed669f909ad337aa0a5b7?d=identicon)[jlopezcur](/maintainers/jlopezcur)

---

Top Contributors

[![darryldecode](https://avatars.githubusercontent.com/u/5498919?v=4)](https://github.com/darryldecode "darryldecode (50 commits)")[![jlopezcur](https://avatars.githubusercontent.com/u/4610342?v=4)](https://github.com/jlopezcur "jlopezcur (20 commits)")[![mateusjatenee](https://avatars.githubusercontent.com/u/10816999?v=4)](https://github.com/mateusjatenee "mateusjatenee (2 commits)")[![Turaylon](https://avatars.githubusercontent.com/u/618998?v=4)](https://github.com/Turaylon "Turaylon (1 commits)")

---

Tags

laravelcartshopping cart

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M596](/packages/laravel-ui)[darryldecode/cart

Laravel 5 Shopping cart

1.4k1.7M7](/packages/darryldecode-cart)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

71510.9M66](/packages/laravel-mcp)[lukepolo/laracart

A simple cart for Laravel

583135.4k1](/packages/lukepolo-laracart)[wearepixel/laravel-cart

A cart implementation for Laravel

1310.5k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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