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)102.0k↓66.7%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 today

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 69% of packages

Maintenance8

Infrequent updates — may be unmaintained

Popularity29

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

3790d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/53152635?v=4)[Infeloper](/maintainers/infeloper)[@infeloper](https://github.com/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[gabrielbull/ups-api

PHP UPS API

4572.4M11](/packages/gabrielbull-ups-api)[easypost/easypost-php

EasyPost Shipping API Client Library for PHP

1743.4M6](/packages/easypost-easypost-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[gavroche/ups-api

PHP UPS API

45813.4k](/packages/gavroche-ups-api)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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