dev-master
9999999-dev http://github.com/petdiscount/petdiscount-phpA PHP Client for the Petdiscount API
MIT
The Requires
- php >=5.3.0
- ext-curl *
by Ruthger Idema
api php petdiscount
A PHP Client for the Petdiscount API
This project is a PHP Library to use the Petdiscount API from your PHP application., (*1)
Information about our API can be found on api.petdiscount.nl, (*2)
This project can easily be installed through Composer., (*3)
composer require petdiscount/api-client
<?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);
Review the examples in the examples/ folder., (*4)
Need support implementing the Petdiscount API? Feel free to contact us, (*5)
A PHP Client for the Petdiscount API
MIT
api php petdiscount