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
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-cart
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-10-21T16:05:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T14:50:04.000Z (over 2 years ago)
- Last Synced: 2025-04-07T07:37:04.890Z (about 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 186 KB
- Stars: 16
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 Cart
**Cart module for Yii2**
[](https://packagist.org/packages/hiqdev/yii2-cart)
[](https://packagist.org/packages/hiqdev/yii2-cart)
[](https://travis-ci.org/hiqdev/yii2-cart)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-cart/)
[](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/)