skeeks/yii2-ozon-seller-api

yii2 ozon seller api

1.0.0 2023-01-04 20:14 UTC

This package is not auto-updated.

Last update: 2024-04-12 00:44: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!
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com