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

ActiveSymfony-bundle

jordscream/cart-bundle
======================

WTF: Simple Cart Ecommerce Managment

91393[2 issues](https://github.com/jordscream/WTFCartBundle/issues)[1 PRs](https://github.com/jordscream/WTFCartBundle/pulls)PHP

Since Apr 27Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

WTFCartBundle

WTF ! Simple Cart Ecommerce Managment !

Simple:

- You have product/item in your project
- You want to add and delete products in a ecommerce Cart
- You want to have a simple block which displays products in a cart
- You want cart entities managment

This WTF Bundle is done for you!

### Symfony 2.3.\* Compatible

[](#symfony-23-compatible)

### Step 1: Download WTFCartBundle using composer

[](#step-1-download-wtfcartbundle-using-composer)

Add WTFCartBundle in your composer.json:

```
{
    "require": {
        "jordscream/cart-bundle": "*"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update jordscream/cart-bundle
```

Composer will install the bundle to your project's `vendor/jordscream` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
