uraankhay / yii2-ebay
yii2 extension for ebay api
dev-master
2017-01-10 03:12 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-29 22:38:29 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(); ?>```