Skip to content

imanilchaudhari/yii2-shopping-cart

Repository files navigation

Yii2-shopping-cart is extention for Yii Framework 2.0

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'
        ]
    ]
]

About

A shopping cart extension for Yii2 applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages