skeeks / yii2-ozon-seller-api
yii2 ozon seller api
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2024-10-25 03:33:39 UTC
README
Info
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/yii2-ozon-seller-api "*"
or add
"skeeks/yii2-ozon-seller-api": "*"
How to use
//App config [ 'components' => [ //.... 'ozoenSellerApi' => [ 'class' => 'skeeks\yii2\ozonsellerapi\OzonSellerApiClient', 'client_id' => '688772', 'api_key' => '0793c579-09aa-4fe1-bd7f-98ddd779a162', 'timeout' => 12, ], //.... ] ]
Examples
Адресные подсказки
$response = \Yii::$app->ozoenSellerApi->; print_r($response); //Array response data
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com