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

https://github.com/inquid/yii2-inquid-shopify

Add shopify functionalities to your Yii2 project like buy buttons and cart visualization
https://github.com/inquid/yii2-inquid-shopify

Last synced: 4 months ago
JSON representation

Add shopify functionalities to your Yii2 project like buy buttons and cart visualization

Awesome Lists containing this project

README

        

Yii2 Shopify Cart
=================
Add shopify functionalities to your Yii2 project like buy buttons and cart visualization

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist inquid/yii2-shopify "*"
```

or add

```
"inquid/yii2-shopify": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \inquid\inquidshopify\AutoloadExample::widget(); ?>```