PHPackages                             zendcart/zendcart - 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. zendcart/zendcart

ActiveZf2-module[Framework](/categories/framework)

zendcart/zendcart
=================

Cart in ZF2

207.6k16[1 issues](https://github.com/vikey89/ZendCart/issues)[1 PRs](https://github.com/vikey89/ZendCart/pulls)PHP

Since Jul 5Pushed 9y ago5 watchersCompare

[ Source](https://github.com/vikey89/ZendCart)[ Packagist](https://packagist.org/packages/zendcart/zendcart)[ RSS](/packages/zendcart-zendcart/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/f0c8048879e832a36b1809726458bde0cbdc646d941e15b796ed04864d982d38/68747470733a2f2f706f7365722e707567782e6f72672f7a656e64636172742f7a656e64636172742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/zendcart/zendcart)ZendCart
================================================================================================================================================================================================================================================================================================

[](#zendcart)

Version 1.0

This model allows you to manage a shopping cart for e-commerce in an easy, simple and fast.

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

[](#installation)

For the installation uses composer [composer](http://getcomposer.org "composer - package manager").

```
php composer.phar require  zendcart/zendcart:dev-master
```

Add this project in your composer.json:

```
"require": {
    "zendcart/zendcart": "dev-master"
}

```

Post Installation
-----------------

[](#post-installation)

Configuration:

- Add the module of `config/application.config.php` under the array `modules`, insert `ZendCart`
- Create a file named `zendcart.global.php` under `config/autoload/`.
- Add the following lines to the file you just created:

```
