2017 © Pedro Peláez
 

library ship-station

A php wrapper for ShipStation's rest api

image

dacardworld/ship-station

A php wrapper for ShipStation's rest api

  • Tuesday, November 7, 2017
  • by ericcholis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,550 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 7 Versions
  • 20 % Grown

The README.md

ShipStation Api Wrapper for PHP

## Install

composer require dissolve/ship-station

## Docs

Using ShipStationApi, (*1)


use MichaelB\ShipStation\ShipStationApi; $apiKey = ''; // Your ShipStation Api Key $apiSecret = ''; // Your ShipStation Api Secret $options = []; // Options to be merged into the normal GuzzleHttp\Client options // ShipStationApi Extends GuzzleHttp\Client $shipstation = new ShipStationApi($apiKey, $apiSecret, $options); /* * Get a service instance */ // Orders $orderService = $shipstation->orders; // Products $products = $shipstation->products; // ... /* * Use the service */ $order = $orderService->getOrder('1234'); // All service methods return a GuzzleHttp\Psr7\Response object $json = $order->getBody(); // { 'order': {...} } $status = $order->getStatusCode(); // 200

The Versions

07/11 2017

dev-master

9999999-dev https://github.com/dacardworld/ship-station/

A php wrapper for ShipStation's rest api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

07/11 2017

1.3.1

1.3.1.0 https://github.com/dacardworld/ship-station/

A php wrapper for ShipStation's rest api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

07/11 2017

1.3.0

1.3.0.0 https://github.com/dacardworld/ship-station/

A php wrapper for ShipStation's rest api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

17/08 2017

v1.2.0

1.2.0.0 https://github.com/dissolve/ship-station/

A php wrapper for ship station's rest api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

17/08 2017

v1.1.2

1.1.2.0 https://github.com/dissolve/ship-station/

A php wrapper for ship station's rest api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

15/02 2016

v1.1

1.1.0.0

A php wrapper for ship station's api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

15/02 2016

v1.0

1.0.0.0

A php wrapper for ship station's api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation