定制 picqer/bol-plaza-php-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

picqer/bol-plaza-php-client

最新稳定版本:v3.3

Composer 安装命令:

composer require picqer/bol-plaza-php-client

包简介

A PHP Client for the BOL.com Plaza API

README 文档

README

Build Status

Bol.com Plaza API client for PHP

This is an open source PHP client for the Bol.com Plaza API.

DEPRECATED!

Watch out, the Plaza API of Bol.com will be discontinued in April 2020. The new API is the Bol Retailer API. We build a brand new client for this API, you can find it at https://github.com/picqer/bol-retailer-php-client.

Installation

Get it with composer

Run the command:

composer require picqer/bol-plaza-php-client

Example: get orders

<?php

require __DIR__ . '/vendor/autoload.php';

$publickey = '--YOUR PUBLIC KEY--';
$privatekey = '--YOUR PRIVATE KEY--';

$client = new Picqer\BolPlazaClient\BolPlazaClient($publickey, $privatekey);

$orders = $client->getOrders();

var_dump($orders);

See the tests file for more information.

Thanks to @mwienk for migrating this package for the Bol Plaza API V2.

统计信息

  • 总下载量: 89.02k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 16
  • Watchers: 5
  • Forks: 15
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-10-22