compwright / shipstation-php
ShipStation v1/v2 API Client for PHP
v1.0.0
2025-03-24 17:01 UTC
Requires
- php: ^8.4
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- compwright/should-retry: ^1.0
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
Requires (Dev)
- compwright/php-jwks: ^2.0
- friendsofphp/php-cs-fixer: ^3.72
- helmich/phpunit-psr7-assert: dev-master
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Suggests
- compwright/php-jwks: Utilities for handling JSON Web Keys in PHP
This package is auto-updated.
Last update: 2025-03-24 17:01:37 UTC
README
A ShipStation v1/v2 API Client for PHP 8.4+.
Installation
This package can be installed via Composer:
composer require compwright/shipstation-php
APIs
V1 API
V1\LegacyApiCollection
supports the following ShipStation V1 Legacy API endpoints:
- Orders
- Shipments
- Tags
When the V2 Shipping API fully supports these, this collection will be removed.
V2 API
V2\ShippingApiCollection
supports the ShipStation V2 Shipping API endpoints:
- Batches
- Carriers
- Downloads
- Labels
- Manifests
- Package Pickups
- Package Types
- Rates
- Shipments
- Tags
- Tracking
- Warehouses
- Webhooks
The Inventory API Add-On is currently NOT supported.