2017 © Pedro Peláez
 

library bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

image

arjanhulst/bol-plaza-php-client

A PHP Client for the BOL.com Plaza API

  • Monday, May 1, 2017
  • by arjanhulst
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 13 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

Bol.com Plaza API client for PHP

Work in progress, but this an open source PHP client for the Bol.com Plaza API., (*1)

Installation

Get it with composer, (*2)

Run the command:, (*3)

composer require picqer/bol-plaza-php-client

Example: get open orders

<?php

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

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

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

$orders = $client->getOpenOrders();

var_dump($orders);

Example: Update shipment

<?php

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

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

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

$shipment = new Picqer\BolPlazaClient\Entities\BolPlazaShipment();
$shipment->OrderId = 1234;
$shipment->DateTime = "2011-01-01T12:00:00";
$transporter = new Picqer\BolPlazaClient\Entities\BolPlazaTransporter();
$transporter->Code = 'TNT';
$transporter->TrackAndTraceCode = '3SLGCT01238190283';
$shipment->Transporter = $transporter;
$shipment->OrderItems = ['1231'];

$shipments = [$shipment];

$client->processShipments($shipments);

The Versions

01/05 2017

v2.x-dev

2.9999999.9999999.9999999-dev http://github.com/arjanhulst/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

07/04 2017

v1.1

1.1.0.0 http://github.com/arjanhulst/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

07/04 2017

v2.3.1

2.3.1.0 http://github.com/arjanhulst/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

07/04 2017

v2.3

2.3.0.0 http://github.com/arjanhulst/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

04/04 2017

v2.2.4

2.2.4.0 http://github.com/arjanhulst/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

04/04 2017

v2.2.3

2.2.3.0 http://github.com/arjanhulst/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

20/03 2017

v2.2.2

2.2.2.0 http://github.com/arjanhulst/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

20/03 2017

v2.2.1

2.2.1.0 http://github.com/arjanhulst/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

20/03 2017

v2.1

2.1.0.0 http://github.com/arjanhulst/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

20/03 2017

v2.2

2.2.0.0 http://github.com/arjanhulst/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

v0.2

0.2.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.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

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

25/11 2015

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

 

by Casper Bakker

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