2017 © Pedro Peláez
 

yii2-extension yii2-api

V3toys yii2 api

image

v3toys/yii2-api

V3toys yii2 api

  • Tuesday, December 6, 2016
  • by skeeks-semenov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 192 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

V3toys yii2 api

http://www.v3toys.ru/index.php?nid=api, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"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, (*5)

The Versions

06/12 2016

dev-master

9999999-dev http://www.skeeks.com/

V3toys yii2 api

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

api framework app yii skeeks

06/12 2016

1.0.1

1.0.1.0 http://www.skeeks.com/

V3toys yii2 api

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

api framework app yii skeeks

08/08 2016

1.0.0

1.0.0.0 http://www.skeeks.com/

V3toys yii2 api

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

api framework app yii skeeks

08/08 2016

1.0.0-beta

1.0.0.0-beta http://www.skeeks.com/

V3toys yii2 api

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

api framework app yii skeeks

08/08 2016

1.0.0-rc1

1.0.0.0-RC1 http://www.skeeks.com/

V3toys yii2 api

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

api framework app yii skeeks

30/07 2016

1.0.0-alpha

1.0.0.0-alpha http://www.skeeks.com/

V3toys yii2 api

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

api framework app yii skeeks