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

ActiveLibrary[API Development](/categories/api)

michaelb/ship-station
=====================

A php wrapper for ship station's api

v1.1(10y ago)101.9k↓50%32[6 issues](https://github.com/michaelbonds/ship-station/issues)MITPHP

Since Feb 15Pushed 7y ago3 watchersCompare

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

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

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

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

Install
-------

[](#install)

---

```
composer require michaelb/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

32

—

LowBetter than 72% of packages

Maintenance8

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% of commits — single point of failure

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

Total

2

Last Release

3745d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4602a1d28c96abf84256424cd552349c5a0f4f5c507fa5ed7df380b7133fd6ac?d=identicon)[infeloper](/maintainers/infeloper)

---

Top Contributors

[![michaelbonds](https://avatars.githubusercontent.com/u/2603881?v=4)](https://github.com/michaelbonds "michaelbonds (17 commits)")[![joecampo](https://avatars.githubusercontent.com/u/3619398?v=4)](https://github.com/joecampo "joecampo (1 commits)")[![myorkgitis](https://avatars.githubusercontent.com/u/1847155?v=4)](https://github.com/myorkgitis "myorkgitis (1 commits)")

---

Tags

apiwrappershippingshipship-stationshipstation

### Embed Badge

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

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

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4642.4M10](/packages/gabrielbull-ups-api)[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)
