Using edge-php-sdk with apigee.net

PHP integration

✓ Official SDK
Install
composer require edge-php-sdk
Market Days Supply
curl \
  -u "$API_USER:$API_PASS" \
  https://marketcheck-prod.apigee.net/v2/mds/car
Get sales count by make, model, year, trim or taxonomy vin
curl \
  -u "$API_USER:$API_PASS" \
  https://marketcheck-prod.apigee.net/v2/sales/car
Price, Miles and Days on Market stats
curl \
  -u "$API_USER:$API_PASS" \
  https://marketcheck-prod.apigee.net/v2/stats/car
SDK on GitHub 📄 API Docs
SDK
edge-php-sdk
PHP
API
apigee.net
apigee.net:marketcheck-cars
At a glance
Language PHP
Endpoints71
Base URLhttps://marketcheck-prod.apigee.net/v2
✓ Official