uraankhay/yii2-ebay

yii2 extension for ebay api

dev-master 2017-01-10 03:12 UTC

This package is not auto-updated.

Last update: 2024-06-08 18:49:19 UTC


README

yii2 extension for ebay api

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist uraankhay/yii2-ebay "@dev"

or add

"uraankhay/yii2-ebay": "@dev"

to the require section of your composer.json file.

Usage

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

<?= \uraankhay\ebay\Ebay::widget(); ?>```