This repository is a collection of helper and extended classes to simplify some common needs in yii2 based application.
Currently, it is more for a private usage, so no promises that this would be stable, or even consistent, but anyone is welcome to use it.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hscstudio/yii2-cart "*"
or add
"hscstudio/yii2-cart": "*"
to the require
section of your composer.json.