2017 © Pedro Peláez
 

library jingdong-jos-client

JingDong jos client(SDK) for laravel 5.5

image

oyleanu/jingdong-jos-client

JingDong jos client(SDK) for laravel 5.5

  • Friday, March 16, 2018
  • by oyleanu
  • Repository
  • 1 Watchers
  • 1 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 126 % Grown

The README.md

京东API for laravel5.5

laravel

安装

composer require oyleanu/jingdong-jos-client, (*1)

配置

  • 执行 php artisan vendor:publish --provider="Oyleanu\JosClient\JosClientServiceProvider" 生成配置文件
  • 编辑.env文件,设置JINGDONG_APP_KEY,JINGDONG_APP_SECRET,JINGDONG_LOG_PATH

示例代码

    <?php
    use Oyleanu\JosClient\Facades\JosClient;
    use Jos\Request\WaresSearchRequest;

    $josclient = JosClient::connection();
    $req = new WaresSearchRequest;
    $req->setFields('ware_id,ware_status,title');
    $req->setPage(1);
    $req->setPageSize(100);
    $resp = josclient->execute($req,$token);

    dd($resp);

The Versions

16/03 2018

dev-master

9999999-dev https://github.com/oyleanu/jingdong-jos-client

JingDong jos client(SDK) for laravel 5.5

  Sources   Download

MIT

The Requires

 

by Avatar oyleanu

laravel api sdk jingdong

16/03 2018

0.3

0.3.0.0 https://github.com/oyleanu/jingdong-jos-client

JingDong jos client(SDK) for laravel 5.5

  Sources   Download

MIT

The Requires

 

by Avatar oyleanu

laravel api sdk jingdong

16/03 2018

0.2

0.2.0.0 https://github.com/oyleanu/jingdong-jos-client

JingDong jos client(SDK) for laravel 5.5

  Sources   Download

MIT

The Requires

 

by Avatar oyleanu

laravel api sdk jingdong

15/03 2018

v0.1

0.1.0.0 https://github.com/oyleanu/jingdong-jos-client

JingDong jos client(SDK) for laravel 5.5

  Sources   Download

MIT

The Requires

 

by Avatar oyleanu

laravel api sdk jingdong