2017 © Pedro Peláez
 

library bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

image

picqer/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  • Tuesday, July 31, 2018
  • by cbakker
  • Repository
  • 5 Watchers
  • 12 Stars
  • 7,570 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 13 Forks
  • 0 Open issues
  • 7 Versions
  • 15 % Grown

The README.md

Build Status, (*1)

Bol.com Plaza API client for PHP

This is an open source PHP client for the Bol.com Plaza API., (*2)

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., (*3)

Installation

Get it with composer, (*4)

Run the command:, (*5)

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., (*6)

Thanks to @mwienk for migrating this package for the Bol Plaza API V2., (*7)

The Versions

31/07 2018

dev-master

9999999-dev http://github.com/picqer/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Casper Bakker
by Mark Wienk

api php bol plaza bol.com

31/07 2018

v3.1

3.1.0.0 http://github.com/picqer/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Casper Bakker
by Mark Wienk

api php bol plaza bol.com

16/02 2018

v3.0

3.0.0.0 http://github.com/picqer/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Casper Bakker
by Mark Wienk

api php bol plaza bol.com

24/04 2017

v2.0

2.0.0.0 http://github.com/picqer/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Casper Bakker
by Mark Wienk

api php bol plaza bol.com

16/11 2016

v2.x-dev

2.9999999.9999999.9999999-dev http://github.com/picqer/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Casper Bakker
by Mark Wienk

api php bol plaza bol.com

25/11 2015

v0.1

0.1.0.0 http://github.com/picqer/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Casper Bakker

api php bol plaza bol.com

25/11 2015

v1.x-dev

1.9999999.9999999.9999999-dev http://github.com/picqer/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Casper Bakker

api php bol plaza bol.com