PHPackages                             shipmates/shipmates-php - 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. shipmates/shipmates-php

ActiveLibrary[API Development](/categories/api)

shipmates/shipmates-php
=======================

Shipmate PHP Library

1.1(4y ago)117MITPHPPHP &gt;=5.3.3

Since Jun 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/suxgri/shipmateee)[ Packagist](https://packagist.org/packages/shipmates/shipmates-php)[ Docs](https://shipmate.co.uk/)[ RSS](/packages/shipmates-shipmates-php/feed)WikiDiscussions master Synced 1w ago

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

Shipmate php Library
====================

[](#shipmate-php-library)

a simple unofficial library for the use of Shipmate api.

### Requirements\\

[](#requirements)

php 5.3.3 and later

### Composer

[](#composer)

You can install the bindings via Composer. Run the following command:

```
composer require shipmates/shipmates-php

```

To use the bindings, use Composer's autoload:

```
require_once('vendor/autoload.php');

```

There is no manual installation available at the moment.

### Gettion started

[](#gettion-started)

Simple usage looks like:

```
\Shipmate\Shipmate::setApiKey('your-api-key');
$deletedConsignment = \Shipmate\Consignment::delete('consignment-reference-number');
echo $deletedConsignment;
```

or:

```
\Shipmate\Shipmate::setApiKey('your-api-key');
$attributes = \Shipmate\Parcel::allAttributes();
echo $attributes;
```

The above will make it easier to interact with the Shipmate api, calling the api will be as easy as calling a method, the developer will not have to know anything about headers or the HTTPclient if using Laravel. Everything is managed by the library.

The library can be tested [here](http://deliverify26.herokuapp.com/shipmate)

### Documentation

[](#documentation)

the documentation is not complete as the library is not ready for production use, it is just an example.

### Tests

[](#tests)

the library is not tested.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

1799d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/80649674?v=4)[suxgri](/maintainers/suxgri)[@suxgri](https://github.com/suxgri)

---

Top Contributors

[![suxgri](https://avatars.githubusercontent.com/u/80649674?v=4)](https://github.com/suxgri "suxgri (2 commits)")

---

Tags

apishipmate

### Embed Badge

![Health badge](/badges/shipmates-shipmates-php/health.svg)

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

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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