petdiscount / api-client
A PHP Client for the Petdiscount API
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/petdiscount/api-client
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2025-10-30 01:15:54 UTC
README
This project is a PHP Library to use the Petdiscount API from your PHP application.
Information about our API can be found on api.petdiscount.nl
Installation
This project can easily be installed through Composer.
composer require petdiscount/api-client
Example: Get orders
<?php require __DIR__ . '/vendor/autoload.php'; $email = 'info@domeinnaam.com'; $apikey = 'jCcvAfVW6UZqt6s'; $apiclient = new Petdiscount\Api\Client($email, $apikey); $products = $apiclient->getProducts(); var_dump($products);
More examples
Review the examples in the examples/ folder.
Support
Need support implementing the Petdiscount API? Feel free to contact us