An open API service indexing awesome lists of open source software.

https://github.com/compwright/shipstation-php


https://github.com/compwright/shipstation-php

Last synced: 9 months ago
JSON representation

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