2017 © Pedro Peláez
 

yii2-extension yii2-taobao-sdk

Yii2 taobao sdk

image

hbhe/yii2-taobao-sdk

Yii2 taobao sdk

  • Wednesday, May 9, 2018
  • by hbhe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 taobao sdk

淘宝开放平台 Yii2 SDK, (*1)

Installation

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

Either run, (*3)

php composer.phar require hbhe/yii2-taobao-sdk "*"

or add, (*4)

"hbhe/yii2-taobao-sdk": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

php appkey = 'key-xxxx'; $c->secretKey = 'secret-xxxx'; $req = new \UserSellerGetRequest; $req->setFields("user_id,uid,nick,sex,avatar,has_shop,vip_info,email"); $resp = $c->execute($req, 'session-xxxx'); Yii::error($resp); ?>, (*7)

本扩展目标之一是尽量少地改动原Taobao SDK文件, 方便与官方同步。如果src目录内缺少你需要的接口文件, 你可以在淘宝后台下载对应权限的SDK包,然后将文件直接copy到src目录下即可, 非常方便!, (*8)

有问题请即联系QQ:57620133, (*9)

enjoy :-), (*10)

The Versions

09/05 2018

dev-master

9999999-dev

Yii2 taobao sdk

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 taobao top aliyun alidayu sdk