avancecommunicatie/snelstart-b2b-api

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

Installs: 2 600

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 6

Forks: 4

Open Issues: 0

pkg:composer/avancecommunicatie/snelstart-b2b-api

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

This package is not auto-updated.

Last update: 2025-10-08 08:22:51 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.