avancecommunicatie / snelstart-b2b-api
There is no license information available for the latest version (v1.1) of this package.
Package info
github.com/avancecommunicatie/snelstart-b2b-api
pkg:composer/avancecommunicatie/snelstart-b2b-api
v1.1
2020-09-29 07:38 UTC
Requires
- php: >=7.2
- ext-json: *
- guzzlehttp/guzzle: ^7.1
This package is not auto-updated.
Last update: 2026-03-11 10:11:12 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.