PHPackages                             mvdnbrk/laravel-myparcel - 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. mvdnbrk/laravel-myparcel

ActiveLibrary[API Development](/categories/api)

mvdnbrk/laravel-myparcel
========================

MyParcel API client for Laravel

v1.2.0(5y ago)27394[1 PRs](https://github.com/mvdnbrk/laravel-myparcel/pulls)MITPHPPHP ^7.2CI failing

Since Nov 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mvdnbrk/laravel-myparcel)[ Packagist](https://packagist.org/packages/mvdnbrk/laravel-myparcel)[ Docs](https://github.com/mvdnbrk/laravel-myparcel)[ Fund](https://bunq.me/mvdnbrk)[ Fund](https://www.paypal.me/mvdnbrk)[ RSS](/packages/mvdnbrk-laravel-myparcel/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

MyParcel API client for Laravel
===============================

[](#myparcel-api-client-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fc0cf3b898396a1d13fd1ae4b4968ddbd0a2171d434d607cfef1ab5e3a7eb666/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d76646e62726b2f6c61726176656c2d6d7970617263656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mvdnbrk/laravel-myparcel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Tests](https://camo.githubusercontent.com/405b38e1fdb71e2e67f408c1021e65a047a4d28249384d36862ae07f4465511c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d76646e62726b2f6c61726176656c2d64686c70617263656c2f74657374732f6d61696e3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mvdnbrk/laravel-myparcel/actions?query=workflow%3Atests)[![StyleCI](https://camo.githubusercontent.com/9b61cd65ae4778514318dc7023884f651400cf5a7d356e104cdef1de180ab8f3/68747470733a2f2f7374796c6563692e696f2f7265706f732f3232313933303230362f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/221930206)[![Total Downloads](https://camo.githubusercontent.com/847fec9d52112b8b4ea408b6bf2245d09e10b2b136ea8254f3e322d21def8297/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d76646e62726b2f6c61726176656c2d6d7970617263656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mvdnbrk/laravel-myparcel)

This package incorporates the [MyParcel API client](https://github.com/mvdnbrk/myparcel-php-api) into your Laravel project.

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

[](#installation)

You can install the package via composer:

```
composer require mvdnbrk/laravel-myparcel
```

Configuration
-------------

[](#configuration)

All you need to do is add your MyParcel API key to the `.env` file:

```
MYPARCEL_API_KEY=YOUR-API-KEY

```

Usage
-----

[](#usage)

```
use Mvdnbrk\Laravel\Facades\MyParcel;

$shipment = MyParcel::shipments()->create([
   ...
]);
```

- [Full documentation for the MyParcel API client](https://github.com/mvdnbrk/myparcel-php-api)

### Global helper method

[](#global-helper-method)

For your convenience this package provides a global `myparcel()` helper function.

```
myparcel()->shipments()->create([
   ...
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Mark van den Broek](https://github.com/mvdnbrk)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Every ~133 days

Total

3

Last Release

2104d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/802681?v=4)[Mark van den Broek](/maintainers/mvdnbrk)[@mvdnbrk](https://github.com/mvdnbrk)

---

Top Contributors

[![mvdnbrk](https://avatars.githubusercontent.com/u/802681?v=4)](https://github.com/mvdnbrk "mvdnbrk (44 commits)")

---

Tags

apilaravelmyparcelapilaravelmyparcel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mvdnbrk-laravel-myparcel/health.svg)

```
[![Health](https://phpackages.com/badges/mvdnbrk-laravel-myparcel/health.svg)](https://phpackages.com/packages/mvdnbrk-laravel-myparcel)
```

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

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