Download the PHP package luban/pop without Composer
On this page you can find all versions of the php package luban/pop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pop
luban-pop-php
拼多多开放平台SDK
-
项目结构
luban-pop-php |-src |-Exceptions |-Interfaces |-Libs |-Requests |-tests |-composer.json
遵循
psr-4
规范 - 使用示例
use LuBan\Pop\Client; use LuBan\Pop\Requests\PddDdkGoodsSearchRequest;
$c = new Client(); $c->appKey = $this->appKey; $c->appSecret = $this->appSecret; $req = new PddDdkGoodsSearchRequest(); $req->setKeyword("上衣"); $req->setPid('1744096_18978587'); $req->setCustomParameters("{\"uid\":\"237034-1744096_18978587\"}"); $response = $c->execute($req); print_r($response);
All versions of pop with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-curl Version *
ext-json Version *
ext-simplexml Version *
ext-mbstring Version *
ext-curl Version *
ext-json Version *
ext-simplexml Version *
ext-mbstring Version *
The package luban/pop contains the following files
Loading the files please wait ....