Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imanilchaudhari/yii2-shopping-cart

A shopping cart extension for Yii2 applications.
https://github.com/imanilchaudhari/yii2-shopping-cart

Last synced: about 2 months ago
JSON representation

A shopping cart extension for Yii2 applications.

Awesome Lists containing this project

README

        

# Yii2-shopping-cart is extention for Yii Framework 2.0
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

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

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

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

## Usage Example
```php
[
'components' => [
'shoppingCart' => [
'class' => 'imanilchaudhari\ShoppingCart\Cart'
]
]
]
```