Using shipengine-php with shipengine.com

PHP integration

✓ Official SDK
Install
composer require shipengine-php
Get Tags
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/tags
List labels
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/labels
List Batches
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/batches
SDK on GitHub 📄 API Docs
SDK
shipengine-php
PHP
API
shipengine.com
shipengine.com
At a glance
Language PHP
Endpoints84
Base URLhttps://api.shipengine.com
✓ Official