PHPackages                             stereo/ship-station - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. stereo/ship-station

ActiveLibrary[API Development](/categories/api)

stereo/ship-station
===================

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

1.2.7(3y ago)04MITPHP

Since Sep 30Pushed 3y agoCompare

[ Source](https://github.com/stereoweb/ship-station)[ Packagist](https://packagist.org/packages/stereo/ship-station)[ Docs](https://github.com/stereoweb/ship-station/)[ RSS](/packages/stereo-ship-station/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

ShipStation Api Wrapper for PHP
===============================

[](#shipstation-api-wrapper-for-php)

Install
-------

[](#install)

---

```
composer require zack6849/ship-station

```

Docs
----

[](#docs)

---

Using ShipStationApi

```
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
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~398 days

Total

2

Last Release

1284d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3396f6d9af9a3c5f199c79faf549a9b0a2a1dbe891ea6420e4e183d50b7d23a2?d=identicon)[stereo](/maintainers/stereo)

---

Top Contributors

[![zack6849](https://avatars.githubusercontent.com/u/1343898?v=4)](https://github.com/zack6849 "zack6849 (18 commits)")[![michaelbonds](https://avatars.githubusercontent.com/u/2603881?v=4)](https://github.com/michaelbonds "michaelbonds (18 commits)")[![jaywilliams](https://avatars.githubusercontent.com/u/3330?v=4)](https://github.com/jaywilliams "jaywilliams (2 commits)")[![gulaandrij](https://avatars.githubusercontent.com/u/2658746?v=4)](https://github.com/gulaandrij "gulaandrij (2 commits)")[![joecampo](https://avatars.githubusercontent.com/u/3619398?v=4)](https://github.com/joecampo "joecampo (1 commits)")[![boiss](https://avatars.githubusercontent.com/u/967211?v=4)](https://github.com/boiss "boiss (1 commits)")[![myorkgitis](https://avatars.githubusercontent.com/u/1847155?v=4)](https://github.com/myorkgitis "myorkgitis (1 commits)")[![phuclh](https://avatars.githubusercontent.com/u/6707194?v=4)](https://github.com/phuclh "phuclh (1 commits)")

---

Tags

apiwrappershippingshipship-stationshipstation

### Embed Badge

![Health badge](/badges/stereo-ship-station/health.svg)

```
[![Health](https://phpackages.com/badges/stereo-ship-station/health.svg)](https://phpackages.com/packages/stereo-ship-station)
```

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4642.4M10](/packages/gabrielbull-ups-api)[michaelb/ship-station

A php wrapper for ship station's api

101.9k](/packages/michaelb-ship-station)[easypost/easypost-php

EasyPost Shipping API Client Library for PHP

1753.1M5](/packages/easypost-easypost-php)[gavroche/ups-api

PHP UPS API

45613.2k](/packages/gavroche-ups-api)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[walle89/swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

752.5k](/packages/walle89-swedbank-json)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
