PHPackages                             vhl-europe/vhlcarrier - 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. vhl-europe/vhlcarrier

ActiveLibrary[API Development](/categories/api)

vhl-europe/vhlcarrier
=====================

vhlcarrier is a PHP library for VHL Europe's Carrier API

1.0.0(1y ago)01.1kMITPHP

Since Jun 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/VHL-Europe/vhlcarrier)[ Packagist](https://packagist.org/packages/vhl-europe/vhlcarrier)[ RSS](/packages/vhl-europe-vhlcarrier/feed)WikiDiscussions main Synced 3d ago

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

VHL Carrier Connector
=====================

[](#vhl-carrier-connector)

This is a PHP shipping connector class that provides methods for interacting with shipping carriers.

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

[](#installation)

To use this shipping connector, you need to have PHP installed. You can install the shipping connector by following these steps:

1. Clone the repository: `git clone https://github.com/VHL-Europe/vhlcarrier.git`
2. Include the shipping connector class in your PHP project.

or you can require the package via composer

```
composer require vhl-europe/vhlcarrier
```

Usage
-----

[](#usage)

First you need to load connector using:

```
use VHLEurope\VHLCarrier\Client;
$apikey = "your api key";
$client = new VHLEurope\VHLCarrier\Client($apikey);
```

Afterwars you can use one of the following methods:

### 1. `getAllowedCarriers()`

[](#1-getallowedcarriers)

This method returns a list of allowed carriers for shipping. See example in examples/get\_allowed\_carriers.php

### 2. `createOrder()`

[](#2-createorder)

This method creates shipping order / awb / package and returns tracking number. See example in examples/create\_order.php

### 3. `getLabel()`

[](#3-getlabel)

This method returns shipping label for package in pdf format. See example in examples/get\_label.php

### 4. `getTracking()`

[](#4-gettracking)

This method returns tracking history for package. See example in examples/get\_tracking.php

### 4. `getDeliveryIDs()`

[](#4-getdeliveryids)

This method returns pickup location for selected carrier. See example in examples/get\_delivery\_ids.php

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance49

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

377d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4222987?v=4)[aemarcuss](/maintainers/aemarcuss)[@aemarcuss](https://github.com/aemarcuss)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vhl-europe-vhlcarrier/health.svg)

```
[![Health](https://phpackages.com/badges/vhl-europe-vhlcarrier/health.svg)](https://phpackages.com/packages/vhl-europe-vhlcarrier)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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