PHPackages                             riesenia/kurier123 - 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. riesenia/kurier123

ActiveLibrary[API Development](/categories/api)

riesenia/kurier123
==================

123Kurier API PHP client implementation

03.7k1PHP

Since May 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/riesenia/kurier123)[ Packagist](https://packagist.org/packages/riesenia/kurier123)[ RSS](/packages/riesenia-kurier123/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

123Kurier API client
====================

[](#123kurier-api-client)

123Kurier API client implemetation. See 123Kurier official API documentation for details.

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

[](#installation)

Install the latest version using `composer require riesenia/kurier123`

Usage
-----

[](#usage)

Create API with username and password

```
use Riesenia\Kurier123\Api;

$api = new Api($username, $password);
```

### Create shipment

[](#create-shipment)

```
$data = [
    'clientOrderNumber' => 12345678,
    'sender' => [
        'id' => 1
    ],
    'recipient' => [
        'name' => 'John Doe',
        'street' => 'Foo',
        'city' => 'Bar',
        ...
    ],
    ...
];

if (!$api->createShipment($shipment)) {
    echo $api->getErrors();
}
```

### Print shipment labels

[](#print-shipment-labels)

```
$data = [
    // Order numbers
    '60221080912166',
    '60221080912167'
];

$data = $api->generateTickets($data, 'A4');

if (!$data) {
    echo $api->getErrors();
}
```

### Get order status history

[](#get-order-status-history)

```
$data = [
    // Order numbers
    '60221080912166',
    '60221080912167'
];

$history = $api->statusHistory($data);

if (!$history) {
    echo $api->getErrors();
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/40c7ed7cfaebeddae57ac4a376c8f21df56dd2f38821b7ba92ea1312ef8020c8?d=identicon)[riesenia](/maintainers/riesenia)

---

Top Contributors

[![webmacaj](https://avatars.githubusercontent.com/u/11817798?v=4)](https://github.com/webmacaj "webmacaj (10 commits)")[![segy](https://avatars.githubusercontent.com/u/1355459?v=4)](https://github.com/segy "segy (4 commits)")

### Embed Badge

![Health badge](/badges/riesenia-kurier123/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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