PHPackages                             soerbv/shipsgo - 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. soerbv/shipsgo

ActiveLibrary[API Development](/categories/api)

soerbv/shipsgo
==============

A PHP Client for ShipsGo API

v1.0.0(3y ago)22.6kMITPHPPHP &gt;=8.0.0

Since Feb 9Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Soer-BV/ShipsGo)[ Packagist](https://packagist.org/packages/soerbv/shipsgo)[ Docs](https://www.soer.nl)[ RSS](/packages/soerbv-shipsgo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

ShipsGo
=======

[](#shipsgo)

PHP Client for the ShipsGo API

Install via composer:

```
composer require soerbv/shipsgo

```

Usage:
------

[](#usage)

Set client:

```
$client = new Client($authCode);
```

Create a tracking request with BL:

```
$client->createTrackingWithBl('CONTAINER_NUMBER', 'SHIPPING_LINE', 'EMAIL_ADDRESS', 'REFERENCE_NO', 'BL_CONTAINERS_REF');
```

Create a tracking request with Container Number:

```
$client->createTrackingWithContainerNumber('CONTAINER_NUMBER', 'SHIPPING_LINE', 'EMAIL_ADDRESS', 'REFERENCE_NO');
```

Get Voyage Data:

```
$data = $client->getVoyageData('CONTAINER_NUMBER');
print_r(json_decode($data));
```

### Endpoints

[](#endpoints)

The following endpoints are supported:

- PostCustomContainerFormWithBl
- PostCustomContainerForm
- GetContainerInfo

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance56

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~1103 days

Total

2

Last Release

89d ago

Major Versions

v1.0.0 → 2.x-dev2026-02-17

PHP version history (2 changes)v1.0.0PHP &gt;=8.0.0

2.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/65c2335df08b4f6b3eedab07567a288fa3fee037392f63ef126d53a715304fbe?d=identicon)[RickDBCN](/maintainers/RickDBCN)

---

Top Contributors

[![ThijmenKort](https://avatars.githubusercontent.com/u/101055765?v=4)](https://github.com/ThijmenKort "ThijmenKort (13 commits)")[![RickDBCN](https://avatars.githubusercontent.com/u/9408120?v=4)](https://github.com/RickDBCN "RickDBCN (1 commits)")

---

Tags

composerphpshipsgophpapishipsgo

### Embed Badge

![Health badge](/badges/soerbv-shipsgo/health.svg)

```
[![Health](https://phpackages.com/badges/soerbv-shipsgo/health.svg)](https://phpackages.com/packages/soerbv-shipsgo)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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