rinu/nordic-products

dev-master 2021-06-18 08:37 UTC

This package is auto-updated.

Last update: 2024-05-18 15:00:10 UTC


README

Library for getting products.

$client = new \NordicProducts\Products();
$client->apiKey = 'YOUR_API_KEY';
$products = $client->getProducts();
var_dump($products);

Installing

The recommended way to install is through Composer.

composer require rinu/nordic-products

Testing

vendor/bin/codecept run