PHPackages                             jaimevalasek/jv-kart - 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. jaimevalasek/jv-kart

ActiveLibrary[Framework](/categories/framework)

jaimevalasek/jv-kart
====================

A generic module Shopping Cart for ZF2.

058PHP

Since Sep 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/jaimevalasek/JVKart)[ Packagist](https://packagist.org/packages/jaimevalasek/jv-kart)[ RSS](/packages/jaimevalasek-jv-kart/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

JVKart
======

[](#jvkart)

Create By: Jaime Marcelo Valasek

Module to create shopping cart

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

[](#installation)

Download this module into the vendor folder of your project.

Enable the module in the file application.config.php. Add the module JVKart.

### With composer

[](#with-composer)

1. Add this project in your composer.json:

```
"require": {
    "jaimevalasek/jv-kart": "dev-master"
}
```

2. Now tell composer to download JVKart by running the command:

`php $ php composer.phar update`

### Enabling it in your `application.config.php`.

[](#enabling-it-in-your-applicationconfigphp)

```
