Search by

avancecommunicatie / snelstart-b2b-api

MPaaprobmeijerink

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

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Package info

github.com/avancecommunicatie/snelstart-b2b-api

pkg:composer/avancecommunicatie/snelstart-b2b-api

Statistics

Installs: 2 731

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-08 10:35:37 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.