2017 © Pedro Peláez
 

library beslist-order-api-php-client

Beslist.nl Order API client PHP

image

wienkit/beslist-order-api-php-client

Beslist.nl Order API client PHP

  • Sunday, July 10, 2016
  • by wienkit
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,748 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 35 % Grown

The README.md

Beslist.nl Order API PHP Client

This is an open source PHP client for the Beslist.nl Order API., (*1)

Installation

Get it with composer, (*2)

Run the command:, (*3)

composer require wienkit/beslist-order-api-php-client

Example: get orders

<?php

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

$personalKey = '-- ENTER YOUR PUBLIC KEY --';
$shopId = '-- ENTER YOUR SHOP ID --';
$clientId = '-- ENTER YOUR CLIENT ID --';

$this->client = new Wienkit\BeslistOrdersClient\BeslistOrdersClient($personalKey, $shopId, $clientId);
$this->client->setTestMode(true);

// Retrieve all data
$cart = $this->client->getShoppingCartData('2016-01-01', '2016-01-02');
var_dump($cart);

// Get the orders
$orders = $cart->shopOrders;
var_dump($orders);

See the tests folder for more information, (*4)

The Versions

10/07 2016

dev-master

9999999-dev https://github.com/wienkit/beslist-order-api-php-client

Beslist.nl Order API client PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Mark Wienk

api php beslist beslist.nl

10/07 2016

1.0.3

1.0.3.0 https://github.com/wienkit/beslist-order-api-php-client

Beslist.nl Order API client PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Mark Wienk

api php beslist beslist.nl

10/07 2016

1.0.2

1.0.2.0 https://github.com/wienkit/beslist-order-api-php-client

Beslist.nl Order API client PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Mark Wienk

api php beslist beslist.nl

24/06 2016

1.0.1

1.0.1.0 https://github.com/wienkit/beslist-order-api-php-client

Beslist.nl Order API client PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Mark Wienk

api php beslist beslist.nl

05/06 2016

1.0.0

1.0.0.0 https://github.com/wienkit/beslist-order-api-php-client

Beslist.nl Order API client PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Mark Wienk

api php beslist beslist.nl