imanilchaudhari/yii2-shopping-cart

This is a shopping cart extension for Yii2 application

0.1 2015-11-13 12:43 UTC

This package is auto-updated.

Last update: 2024-03-06 22:50:38 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "imanilchaudhari/yii2-shopping-cart" "dev-master"

or add

"imanilchaudhari/yii2-shopping-cart": "dev-master"

to the require section of your application's composer.json file.

Usage Example

[
    'components' => [
        'shoppingCart' => [
            'class' => 'imanilchaudhari\ShoppingCart\Cart'
        ]
    ]
]