PHPackages                             appstract/pakketpartner-php-client - 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. appstract/pakketpartner-php-client

AbandonedArchivedLibrary

appstract/pakketpartner-php-client
==================================

PHP Client for the Pakketpartner API

1.1.0(4y ago)7271↓100%1[1 PRs](https://github.com/appstract/pakketpartner-php-client/pulls)1MITPHPPHP ^7.0|^8.0

Since Mar 28Pushed 4y ago4 watchersCompare

[ Source](https://github.com/appstract/pakketpartner-php-client)[ Packagist](https://packagist.org/packages/appstract/pakketpartner-php-client)[ Docs](https://github.com/appstract/pakketpartner-php-client)[ RSS](/packages/appstract-pakketpartner-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (1)

Pakketpartner PHP Client
========================

[](#pakketpartner-php-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e3bbacebf41c7a3db0db3b5ee54381b5e1bbabea839022bd698c16ce5e9fd2dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6170707374726163742f70616b6b6574706172746e65722d7068702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/pakketpartner-php-client)[![Total Downloads](https://camo.githubusercontent.com/b7f7e6a3c87e6ff8338672fe9408cf7e9a3c767edc0929b072936d10076169b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6170707374726163742f70616b6b6574706172746e65722d7068702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/pakketpartner-php-client)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/7e03ab7c060d4fc458718210ee59b58cd69fd3dda9f0fe22fb86a0224405b310/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6170707374726163742f70616b6b6574706172746e65722d7068702d636c69656e742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/appstract/pakketpartner-php-client)

PHP Client for the [Pakketpartner API](https://pakketpartner.nl/pakketpartner-rest-api/)

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

[](#installation)

You can install the package via composer:

```
composer require appstract/pakketpartner-php-client
```

Usage
-----

[](#usage)

Setup the connection.

```
use Appstract\Pakketpartner\Connection;
use Appstract\Pakketpartner\Pakketpartner;

$connection = new Connection();

$connection->setApiToken('yourapitoken');

$pakketpartner = new Pakketpartner($connection);
```

Use a method to handle entities.

```
use Appstract\Pakketpartner\Pakketpartner;

$shipment = Pakketpartner::shipment();

$shipment->order_reference = 'Appstract';

$shipment->save();
```

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Contributions are welcome, [thanks to y'all](https://github.com/appstract/pakketpartner-php-client/graphs/contributors) :)

About Appstract
---------------

[](#about-appstract)

Appstract is a small team from The Netherlands. We create (open source) tools for Web Developers and write about related subjects on [Medium](https://medium.com/appstract). You can [follow us on Twitter](https://twitter.com/appstractnl), [buy us a beer](https://www.paypal.me/appstract/10) or [support us on Patreon](https://www.patreon.com/appstract).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

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

Total

2

Last Release

1770d ago

PHP version history (2 changes)1.0.0PHP ^7.0

1.1.0PHP ^7.0|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1470623?v=4)[Gijs Jorissen](/maintainers/gizburdt)[@gizburdt](https://github.com/gizburdt)

---

Top Contributors

[![gizburdt](https://avatars.githubusercontent.com/u/1470623?v=4)](https://github.com/gizburdt "gizburdt (3 commits)")

---

Tags

appstractpakketpartner-php-client

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/appstract-pakketpartner-php-client/health.svg)

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

###  Alternatives

[appstract/laravel-opcache

PHP OPcache Artisan commands for Laravel.

1.4k4.9M7](/packages/appstract-laravel-opcache)[appstract/laravel-blade-directives

Handy Blade directives

8501.2M9](/packages/appstract-laravel-blade-directives)[appstract/laravel-options

Global options loaded from the database

730443.2k4](/packages/appstract-laravel-options)[appstract/laravel-stock

Keep stock for Eloquent models

29038.3k](/packages/appstract-laravel-stock)[appstract/laravel-meta

Model meta

13074.5k](/packages/appstract-laravel-meta)[appstract/laravel-multisite

Multisite setup for Laravel

21411.2k](/packages/appstract-laravel-multisite)

PHPackages © 2026

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