Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 512 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 512 Bytes

ebay api for yii2

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(); ?>```