rinu / nordic-products
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rinu/nordic-products
Requires
- php: ^7.3 || ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.3
Requires (Dev)
- codeception/codeception: ^4.1
- codeception/module-asserts: ^1.0.0
This package is auto-updated.
Last update: 2025-09-18 18:13:41 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