PHPackages                             patryk-sawicki/apaczka - 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. patryk-sawicki/apaczka

ActiveLibrary

patryk-sawicki/apaczka
======================

API client for aPaczka service.

1.0.8(1y ago)0410MITPHPPHP ^8.2

Since Apr 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/patryk-sawicki/apaczka)[ Packagist](https://packagist.org/packages/patryk-sawicki/apaczka)[ RSS](/packages/patryk-sawicki-apaczka/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (10)Used By (0)

aPaczka API Client
==================

[](#apaczka-api-client)

API client for aPaczka service.

Based on aPaczka api [doc](https://panel.apaczka.pl/dokumentacja_api_v2.php).

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

[](#requirements)

- PHP 8.0 or higher with json extensions.

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

[](#installation)

The recommended way to install is through [Composer](http://getcomposer.org).

```
$ composer require patryk-sawicki/apaczka
```

Usage
-----

[](#usage)

Class declaration.

```
$aPaczka = new Apaczka();
```

### Services

[](#services)

Return an array with a list of services.

```
$aPaczka->services();
```

### Pickup type

[](#pickup-type)

Return an array with a list of pickup type.

```
$aPaczka->pickupType();
```

### Options

[](#options)

Return an array with a list of options.

```
$aPaczka->options();
```

### Points type

[](#points-type)

Return an array with a list of points type.

```
$aPaczka->pointsType();
```

### Package type

[](#package-type)

Return an array with a list of package type.

```
$aPaczka->packageType();
```

### Orders

[](#orders)

Return json response with the latest orders.

```
$aPaczka->orders(int $page = 0, int $limit = 10);
```

### Order

[](#order)

Return json response with the order details.

```
$aPaczka->order(int $orderId);
```

### Waybill

[](#waybill)

Download waybill.

```
$aPaczka->downloadWaybill(int $orderId);
```

Store waybill.

```
$aPaczka->storeWaybill(int $orderId, $path);
```

### Service structure

[](#service-structure)

Return json response with the service structure.

```
$aPaczka->serviceStructure();
```

### Postage points

[](#postage-points)

Return json response with the list of postage points.

```
$aPaczka->spoints(string $type);
```

### Turn In

[](#turn-in)

Download turn in.

```
$aPaczka->downloadTurnIn(array $orderIds);
```

Store turn in.

```
$aPaczka->storeTurnIn(array $orderIds, $path);
```

### Pickup hours

[](#pickup-hours)

Return json response with the pickup hours.

```
$aPaczka->pickupHours(string $postalCode, int $serviceId = null, bool $removeIndex = false);
```

### Order valuation

[](#order-valuation)

Return json response of the order valuation.

```
$aPaczka->orderValuation(array $order);
```

### Send order

[](#send-order)

Return json response of the order send.

```
$aPaczka->sendOrder(array $order);
```

### Cancel order

[](#cancel-order)

Return json response of the order cancel.

```
$aPaczka->cancelOrder(int $orderId);
```

Changelog
---------

[](#changelog)

Changelog is available [here](CHANGELOG.md).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~119 days

Recently: every ~238 days

Total

9

Last Release

530d ago

PHP version history (2 changes)1.0.0PHP ^8.0

1.0.8PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2276e6082c07c002d8b66093671feaf3f1306bd8aa6ced5c0769a46a7bb9ff6?d=identicon)[patryk-sawicki](/maintainers/patryk-sawicki)

---

Top Contributors

[![patryk-sawicki](https://avatars.githubusercontent.com/u/30780444?v=4)](https://github.com/patryk-sawicki "patryk-sawicki (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/patryk-sawicki-apaczka/health.svg)

```
[![Health](https://phpackages.com/badges/patryk-sawicki-apaczka/health.svg)](https://phpackages.com/packages/patryk-sawicki-apaczka)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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