2017 © Pedro Peláez
 

library ship-station

An updated and maintained PHP Wrapper for ShipStation's rest api, forked from michaelb/ship-station, docs @ https://shipstation.docs.apiary.io/

image

zack6849/ship-station

An updated and maintained PHP Wrapper for ShipStation's rest api, forked from michaelb/ship-station, docs @ https://shipstation.docs.apiary.io/

  • Tuesday, May 22, 2018
  • by zack6849
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 7 Versions
  • 108 % Grown

The README.md

ShipStation Api Wrapper for PHP

## Install

composer require zack6849/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

22/05 2018

dev-master

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

An updated and maintained PHP Wrapper for ShipStation's rest api, forked from michaelb/ship-station, docs @ https://shipstation.docs.apiary.io/

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

21/05 2018

v1.2.2

1.2.2.0 https://github.com/zack6849/ship-station/

A php wrapper for ship station's rest api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

04/05 2017

dev-develop

dev-develop https://github.com/zack6849/ship-station/

A php wrapper for ship station's rest api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

04/05 2017

v1.2.1

1.2.1.0 https://github.com/zack6849/ship-station/

A php wrapper for ship station's rest api

  Sources   Download

MIT

The Requires

 

api wrapper shipping ship ship-station shipstation

04/05 2017

v1.2

1.2.0.0 https://github.com/zack6849/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