PHPackages                             acplo/acplocart - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. acplo/acplocart

ActiveZf2-module[Utility &amp; Helpers](/categories/utility)

acplo/acplocart
===============

Cart in ZF2

0.0.1(11y ago)0561BSD-3-ClausePHPPHP &gt;=5.4.0

Since Apr 29Pushed 11y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

AcploCart
=========

[](#acplocart)

[![Latest Stable Version](https://camo.githubusercontent.com/ff72eb4039cc7d51602ac3f859ad266d75360483a14fbadba1e4f72f62b56974/68747470733a2f2f706f7365722e707567782e6f72672f6163706c6f2f6163706c6f636172742f762f737461626c65)](https://packagist.org/packages/acplo/acplocart) [![Total Downloads](https://camo.githubusercontent.com/a39f725d0f6f8564c8b08107a59571edbde42af0e4c2df044d6d319088c1978e/68747470733a2f2f706f7365722e707567782e6f72672f6163706c6f2f6163706c6f636172742f646f776e6c6f616473)](https://packagist.org/packages/acplo/acplocart) [![Latest Unstable Version](https://camo.githubusercontent.com/8fae1c8dfdafb04e9c585d9ed1736fea30493c5eb5fd9fdadaa0056a4e81f1ff/68747470733a2f2f706f7365722e707567782e6f72672f6163706c6f2f6163706c6f636172742f762f756e737461626c65)](https://packagist.org/packages/acplo/acplocart) [![License](https://camo.githubusercontent.com/9e13e943c0b5408d2114dbfca948b18c22582044b2875cec97a65a366ad12778/68747470733a2f2f706f7365722e707567782e6f72672f6163706c6f2f6163706c6f636172742f6c6963656e7365)](https://packagist.org/packages/acplo/acplocart)

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  acplocart/acplocart:dev-master
```

Add this project in your composer.json:

```
"require": {
"acplo/acplocart": "0.0.1"
}

```

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

[](#post-installation)

Configuration:

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

```
