2017 © Pedro Peláez
 

library service-sdk

ServiceSDK

image

uniondrug/service-sdk

ServiceSDK

  • Wednesday, August 1, 2018
  • by wsfuyibing
  • Repository
  • 3 Watchers
  • 1 Stars
  • 610 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 62 Versions
  • 94 % Grown

The README.md

SDK V3

how to do

如何使用V3版本SDK, (*1)

  1. 修改composer.json文件, 选择3.x版本 text { . . "require" : { . . "uniondrug/service-sdk" : "^3.0", . . }, . . "scripts" : { "post-autoload-dump" : "Uniondrug\\ServiceSdk\\Bases\\Ide::builder" } }
  2. 执行composer update更新依赖版
  3. 修改config/app.php应用 text return [ 'default' => [ . . . 'providers' => [ . . . \Uniondrug\ServiceSdk\Provider::class ] ] ];
  4. 设置config/sdk.php配置文件, 从vendor/uniondrug/service-sdk/docs/sdk.php中复制即可
  5. 去除ServiceTrait中对于$sdk@property定义(可选, 若有则去除).

how to run

  1. 标准调用 text $response = $this->serviceSdk->module->user->login(["mobile" => "13966013721"]); if ($response->hasError()){ echo $response->getError(); } else { echo $response->toJson(); }
  2. 基础调用 - 常用的7种Restful方式 text $this->serviceSdk->delete("http://wxapi.uniondrug.cn/v/user"); $this->serviceSdk->get("http://wxapi.uniondrug.cn/v/user");
  3. 兼容模式 - 待废弃 text $response = $this->serviceSdk->user->login(["mobile" => "13966013721"]); if ($response->hasError()){ echo $response->getError(); } else { echo $response->toJson(); }

The Versions

01/08 2018

dev-master

9999999-dev

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

01/08 2018

1.3.11

1.3.11.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

01/08 2018

1.x-dev

1.9999999.9999999.9999999-dev

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

01/08 2018

1.3.10

1.3.10.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

27/07 2018

1.3.9

1.3.9.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

27/07 2018

1.3.8

1.3.8.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

26/07 2018

1.3.6

1.3.6.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

26/07 2018

1.3.7

1.3.7.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

26/07 2018

1.3.5

1.3.5.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

25/07 2018

1.3.4

1.3.4.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

06/07 2018

1.3.3

1.3.3.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

03/07 2018

1.3.2

1.3.2.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

01/07 2018

1.3.1

1.3.1.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/06 2018

1.3.0

1.3.0.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/06 2018

1.2.9

1.2.9.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/06 2018

1.2.8

1.2.8.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/06 2018

1.2.7

1.2.7.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/06 2018

1.2.6

1.2.6.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

26/06 2018

1.2.5

1.2.5.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

26/06 2018

1.2.4

1.2.4.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

25/06 2018

1.2.3

1.2.3.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

25/06 2018

1.2.1

1.2.1.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

25/06 2018

1.2.2

1.2.2.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

22/06 2018

1.2.0

1.2.0.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

21/06 2018

1.1.9

1.1.9.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

21/06 2018

1.1.8

1.1.8.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

21/06 2018

1.1.7

1.1.7.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

20/06 2018

1.1.6

1.1.6.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

19/06 2018

1.1.5

1.1.5.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

15/06 2018

1.1.4

1.1.4.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

14/06 2018

1.1.3

1.1.3.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

30/05 2018

1.1.2

1.1.2.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

30/05 2018

1.1.1

1.1.1.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

25/05 2018

1.0.26

1.0.26.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

18/05 2018

1.0.25

1.0.25.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

18/05 2018

1.0.27

1.0.27.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

18/05 2018

1.1.0

1.1.0.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

02/05 2018

1.0.24

1.0.24.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/04 2018

1.0.23

1.0.23.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

27/04 2018

1.0.22

1.0.22.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

24/04 2018

1.0.21

1.0.21.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

24/04 2018

1.0.20

1.0.20.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

24/04 2018

1.0.19

1.0.19.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

24/04 2018

1.0.18

1.0.18.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

23/04 2018

1.0.17

1.0.17.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

20/04 2018

1.0.16

1.0.16.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

20/04 2018

1.0.15

1.0.15.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

18/04 2018

1.0.14

1.0.14.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

18/04 2018

1.0.13

1.0.13.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

18/04 2018

1.0.12

1.0.12.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

18/04 2018

1.0.11

1.0.11.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

16/04 2018

1.0.10

1.0.10.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

16/04 2018

1.0.9

1.0.9.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

12/04 2018

1.0.8

1.0.8.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

12/04 2018

1.0.7

1.0.7.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

11/04 2018

1.0.6

1.0.6.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

09/04 2018

1.0.5

1.0.5.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

09/04 2018

1.0.4

1.0.4.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

30/03 2018

1.0.3

1.0.3.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/03 2018

1.0.2

1.0.2.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/03 2018

1.0.1

1.0.1.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing

28/03 2018

1.0.0

1.0.0.0

ServiceSDK

  Sources   Download

MIT

by Avatar wsfuyibing