Publication time: Wednesday, December 28, 2016 (7 years ago)

Created by: Семенов Александр Сергеевич

Category: Other

Current version:
Jan 1, 1970, 3:00:00 AM (54 years ago)

Packagist: v3toys/yii2-api

: https://github.com/v3project/yii2-api

:

Type of: Компонент

V3toys yii2 api

http://www.v3toys.ru/index.php?nid=api

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist v3toys/yii2-api "*"

or add

"v3toys/yii2-api": "*"

How to use

//App config
[
    'components'    =>
    [
    //....
        'v3toys' =>
        [
            'class'             => '\v3toys\yii2\api\Api',
            'url'               => 'http://www.v3toys.ru/pear-www/Kiwi_Shop/api.php',
            'affiliate_key'     => 'fff',
            'timeout'           => 12,
        ],
    //....
    ]
]

Examples


$response = \Yii::$app->v3toys->send('getProductsDataByIds', [ 'products_ids' => 217070 ]); if ($response->isError) { echo $response->error_code; echo $response->error_message; } if ($response->isOk) { print_r($response->data); } print_r($response->statusCode);

skeeks!
SkeekS CMS (Yii2) — fast, simple, effective!
skeeks.com | cms.skeeks.com | marketplace.cms.skeeks.com

CHANGELOG

1.0.0-beta

  • Добавлен заказ в 1 клик

1.0.0-alpha

  • Can be used

All Comments (0)
No Comments

dev-master — Jan 1, 1970, 3:00:00 AM (54 years ago)

2.0.1 — Jan 1, 1970, 3:00:00 AM (54 years ago)

2.0.0 — Jan 1, 1970, 3:00:00 AM (54 years ago)

1.0.1 — Jan 1, 1970, 3:00:00 AM (54 years ago)

1.0.0 — Jan 1, 1970, 3:00:00 AM (54 years ago)

1.0.0-rc1 — Jan 1, 1970, 3:00:00 AM (54 years ago)

1.0.0-beta — Jan 1, 1970, 3:00:00 AM (54 years ago)

1.0.0-alpha — Jan 1, 1970, 3:00:00 AM (54 years ago)

Стандартная установка:

Добавьте composer.json файл вашего проекта:

"v3toys/yii2-api": "*"

Запустите обновление зависимостей


Читать про обнолвение SkeekS CMS