https://github.com/compwright/shipstation-php
https://github.com/compwright/shipstation-php
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compwright/shipstation-php
- Owner: compwright
- License: mit
- Created: 2025-03-14T18:58:24.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-14T19:11:06.000Z (10 months ago)
- Last Synced: 2025-03-14T19:16:45.629Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compwright/shipstation-php
A [ShipStation](http://shipstation.com) v1/v2 API Client for PHP.
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Latest Version on Packagist][packagist-downloads]][link-packagist]
## Installation
This package can be installed via [Composer](http://getcomposer.org):
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.
## License
[MIT License](https://github.com/compwright/shipstation-php/blob/master/LICENSE)
[ico-version]: https://img.shields.io/packagist/v/compwright/shipstation-php.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/compwright/shipstation-php
[packagist-downloads]: https://img.shields.io/packagist/dt/compwright/shipstation-php.svg