这是indexloc提供的服务,不要输入任何密码
Skip to content

Visualq/bol-plaza-php-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bol.com Plaza API client for PHP

Build Status Latest Stable Version Total Downloads License composer.lock

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

Installation

Get it with composer

Run the command:

composer require wienkit/bol-plaza-php-client

Example: get open orders

<?php

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

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

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

$orders = $client->getOrders();

var_dump($orders);

See the tests folder for more information

About

Bol.com Plaza API client for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%