uraankhay / yii2-ebay
yii2 extension for ebay api
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/uraankhay/yii2-ebay
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-11-09 02:00:49 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(); ?>```