PHPackages                             deliverymatch/sdk - 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. deliverymatch/sdk

ActiveLibrary[API Development](/categories/api)

deliverymatch/sdk
=================

v1.0.0(11mo ago)01.1k↑30%1MITPHPPHP &gt;=8.1

Since Jul 9Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/DeliveryMatch/sdk)[ Packagist](https://packagist.org/packages/deliverymatch/sdk)[ RSS](/packages/deliverymatch-sdk/feed)WikiDiscussions main Synced today

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

DeliveryMatch PHP SDK
=====================

[](#deliverymatch-php-sdk)

A lightweight PHP SDK for integrating with the DeliveryMatch API.

Overview
--------

[](#overview)

The DeliveryMatch SDK provides a simple and efficient way to interact with the DeliveryMatch shipping and logistics platform. This SDK helps developers easily integrate shipping solutions, rate calculations, label generation, tracking, and other DeliveryMatch services into your PHP applications

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- A [PSR-17 implementation](https://packagist.org/providers/psr/http-factory-implementation)
- A [PSR-18 implementation](https://packagist.org/providers/psr/http-client-implementation)

Installation
------------

[](#installation)

Install the package using Composer:

```
composer require deliverymatch/sdk
```

Basic usage
-----------

[](#basic-usage)

```
$client = new \DeliveryMatch\Sdk\Client(
    apikey: getenv("DM_API_KEY"),
    clientId: getenv("DM_CLIENT_ID"),
    environment: \DeliveryMatch\Sdk\HttpClient\ApiEnvironment::PRODUCTION
);

// For endpoints that are currently mapped in the sdk
$response = $client->shipments()->insert(new \DeliveryMatch\Sdk\Api\Dto\Request\ShipmentRequest(
    client: new \DeliveryMatch\Sdk\Api\Dto\Request\Client(...),
    customer: new \DeliveryMatch\Sdk\Api\Dto\Request\Customer(...),
    shipment: new \DeliveryMatch\Sdk\Api\Dto\Request\Shipment(...),
    packages: [new \DeliveryMatch\Sdk\Api\Dto\Request\Package(...)],
    products: [new \DeliveryMatch\Sdk\Api\Dto\Request\Product(... )],
    priceIncl: 19.95,
    weight: 20.0
));

// For endpoints that are not (yet) available in the sdk
$request = [
    "shipment" => [
        "id" => 123
    ]
];

$response = $client->post("/getStatus", body: $request);
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance50

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

359d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a753153fc0a9fbeda9d7d886b7762c1b16cacb1f2339b329435953f3a247bea?d=identicon)[DeliveryMatch](/maintainers/DeliveryMatch)

---

Top Contributors

[![koen-dm](https://avatars.githubusercontent.com/u/55694567?v=4)](https://github.com/koen-dm "koen-dm (29 commits)")

---

Tags

library

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/deliverymatch-sdk/health.svg)

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

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k28.0M318](/packages/openai-php-client)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28150.5k](/packages/phpro-http-tools)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

9067.8k](/packages/n1ebieski-ksef-php-client)[trycourier/courier

Courier PHP SDK

15660.9k](/packages/trycourier-courier)

PHPackages © 2026

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