avancecommunicatie/snelstart-b2b-api

There is no license information available for the latest version (v1.1) of this package.

v1.1 2020-09-29 07:38 UTC

This package is not auto-updated.

Last update: 2024-05-08 01:16:50 UTC


README

For snelstart api version 1 use tag v0.0.5.

Snelstart api PHP wrapper class

composer require avancecommunicatie/snelstart-b2b-api

Simple example

require 'vendor/autoload.php';

$snelstart = new \Snelstart\Snelstart();
$snelstart->setApiKey([your api key here]);
$snelstart->generateAccessToken([your connection key here]);

print_r($snelstart->send('artikelen'));

Have fun, feel free to contribute.