PHPackages                             tcdev/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. tcdev/ship-station

ActiveLibrary[API Development](/categories/api)

tcdev/ship-station
==================

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

v2.0.1(5mo ago)02[1 PRs](https://github.com/thrivecart/ship-station/pulls)MITPHPPHP ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4

Since Feb 15Pushed 5mo agoCompare

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

READMEChangelogDependencies (1)Versions (10)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

46

—

FairBetter than 93% of packages

Maintenance72

Regular maintenance activity

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 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 ~597 days

Recently: every ~785 days

Total

7

Last Release

159d ago

Major Versions

v1.2.2 → v2.0.02023-10-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/752c7d73a901e4127eb085e33a61da585b8616b0effa0e9602fb52ea1d33c012?d=identicon)[avfletch](/maintainers/avfletch)

---

Top Contributors

[![michaelbonds](https://avatars.githubusercontent.com/u/2603881?v=4)](https://github.com/michaelbonds "michaelbonds (17 commits)")[![zack6849](https://avatars.githubusercontent.com/u/1343898?v=4)](https://github.com/zack6849 "zack6849 (13 commits)")[![marcfowler](https://avatars.githubusercontent.com/u/1171131?v=4)](https://github.com/marcfowler "marcfowler (4 commits)")[![joecampo](https://avatars.githubusercontent.com/u/3619398?v=4)](https://github.com/joecampo "joecampo (1 commits)")

---

Tags

apiwrappershippingshipship-stationshipstation

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/tcdev-ship-station/health.svg)](https://phpackages.com/packages/tcdev-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)
