An open API service indexing awesome lists of open source software.

https://github.com/hiqdev/yii2-cart

Cart module for Yii2
https://github.com/hiqdev/yii2-cart

hacktoberfest

Last synced: about 1 year ago
JSON representation

Cart module for Yii2

Awesome Lists containing this project

README

          

# Yii2 Cart

**Cart module for Yii2**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-cart/v/stable)](https://packagist.org/packages/hiqdev/yii2-cart)
[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-cart/downloads)](https://packagist.org/packages/hiqdev/yii2-cart)
[![Build Status](https://img.shields.io/travis/hiqdev/yii2-cart.svg)](https://travis-ci.org/hiqdev/yii2-cart)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/yii2-cart.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/yii2-cart.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:yii2-cart/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:yii2-cart/dev-master)

[Yii2](http://yiiframework.com) extension providing shopping cart module.

Uses [omnilight/yii2-shopping-cart](https://github.com/omnilight/yii2-shopping-cart) for shopping cart abstraction.

Provides:

- controller with: items adding, updating and deleting
- widget to display cart menu
- grid quantity column

## Installation

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).

Either run

```sh
php composer.phar require "hiqdev/yii2-cart"
```

or add

```json
"hiqdev/yii2-cart": "*"
```

to the require section of your composer.json.

## License

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2015-2018, HiQDev (http://hiqdev.com/)