PHPackages                             m-paap/fietskoeriers-api - 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. m-paap/fietskoeriers-api

ActiveLibrary[API Development](/categories/api)

m-paap/fietskoeriers-api
========================

0.0.1(6y ago)051PHPPHP &gt;=7.1.0

Since Jan 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/MPaap/fietskoeriersApi)[ Packagist](https://packagist.org/packages/m-paap/fietskoeriers-api)[ RSS](/packages/m-paap-fietskoeriers-api/feed)WikiDiscussions master Synced today

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

###### Package still in development feel free to contribute.

[](#package-still-in-development-feel-free-to-contribute)

Dabba Fietskoeriers.nl PHP API
==============================

[](#dabba-fietskoeriersnl-php-api)

Dabba Fietskoeriers.nl PHP wrapper.

`composer required m-paap/fietskoeriers-api`

Examples
--------

[](#examples)

Set up auth

`$auth = new \FietskoeriersApi\Auth($username, $api_key, $test_mode);`

Get all orders

`(new \FietskoeriersApi\Order($auth))->all()`

Get single order

`(new \FietskoeriersApi\Order($auth))->find($order_id)`

Create order

```
$address = new \FietskoeriersApi\Resources\AddressResource(
    $name,
    $address,
    $nr,
    $postal_code,
    $city,
    $county
);

$order = new \FietskoeriersApi\Resources\OrderResource(
   \FietskoeriersApi\Resources\OrderResource::DELIVERY_TYPE_NEXT_DAY,
   \FietskoeriersApi\Resources\OrderResource::PRODUCT_PAKKET,
   $address,
   $quantity
);

return (new \FietskoeriersApi\Order($auth))->create($order);

```

Confirm Order

`(new \FietskoeriersApi\Order($auth))->confirm($order_id)`

Cancel Order

`(new \FietskoeriersApi\Order($auth))->cancel($order_id)`

Get label PDF

`(new \FietskoeriersApi\Label($auth))->find($order_id)`

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

2311d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d31123595ac5d31abbf2e99b385601a7daae18c8078031ddae53bdc68bfe64b0?d=identicon)[MPaap](/maintainers/MPaap)

---

Top Contributors

[![MPaap](https://avatars.githubusercontent.com/u/10021557?v=4)](https://github.com/MPaap "MPaap (1 commits)")

### Embed Badge

![Health badge](/badges/m-paap-fietskoeriers-api/health.svg)

```
[![Health](https://phpackages.com/badges/m-paap-fietskoeriers-api/health.svg)](https://phpackages.com/packages/m-paap-fietskoeriers-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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