PHPackages                             netresearch/module-shipping-dispatch - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. netresearch/module-shipping-dispatch

ArchivedMagento2-module[Utility &amp; Helpers](/categories/utility)

netresearch/module-shipping-dispatch
====================================

Module for managing parcel dispatches

1.0.0(5y ago)17[1 issues](https://github.com/netresearch/module-shipping-dispatch/issues)[1 PRs](https://github.com/netresearch/module-shipping-dispatch/pulls)1OSL-3.0PHPPHP ^7.1.3CI passing

Since Mar 17Pushed 1mo ago7 watchersCompare

[ Source](https://github.com/netresearch/module-shipping-dispatch)[ Packagist](https://packagist.org/packages/netresearch/module-shipping-dispatch)[ RSS](/packages/netresearch-module-shipping-dispatch/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (10)Versions (4)Used By (1)

Netresearch Shipping Dispatch Extension
=======================================

[](#netresearch-shipping-dispatch-extension)

The *Netresearch Shipping Dispatch* extension provides a framework for dispatching shipments. Carrier modules can build upon it to provide shipment manifestation as part of their shipping fulfillment process.

Description
-----------

[](#description)

The extension introduces a new *Dispatch* entity. A dispatch collects packages/labels that were created for shipments. The dispatch can then be manifested for preparing the handover of packages to the courier/postal facility. This is also referred to as close-out. Depending on the carrier capabilities, this usually results in some sort of dispatch documentation (handover note, manifest).

The extension provides data schema and UI integration. The necessary API calls (manifest labels, download documentation, cancel manifestation) are to be implemented by the carrier module.

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

[](#requirements)

- PHP &gt;= 7.1.0

Compatibility
-------------

[](#compatibility)

- Magento &gt;= 2.3.0+

Installation Instructions
-------------------------

[](#installation-instructions)

Install sources:

```
composer require netresearch/module-shipping-dispatch

```

Enable module:

```
./bin/magento module:enable Netresearch_ShippingDispatch
./bin/magento setup:upgrade

```

Flush cache and compile:

```
./bin/magento cache:flush
./bin/magento setup:di:compile

```

Uninstallation
--------------

[](#uninstallation)

To unregister the module from the application, run the following command:

```
./bin/magento module:uninstall --remove-data Netresearch_ShippingDispatch
composer update

```

This will automatically remove source files, clean up the database, update package dependencies.

To clean up the database manually, run the following commands:

```
DROP TABLE `nrshipping_dispatch_document`, `nrshipping_dispatch_package`, `nrshipping_dispatch`;
DELETE FROM `core_config_data` WHERE `path` LIKE 'shipping/batch_processing/dispatch/%';

```

License
-------

[](#license)

[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)

Copyright
---------

[](#copyright)

(c) 2021 Netresearch DTT GmbH

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance41

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

1935d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/efd68399f95aa07110668d9af1a47a8030d8df5ec5af4b28e821d442d787583a?d=identicon)[team-mage](/maintainers/team-mage)

---

Top Contributors

[![CybotTM](https://avatars.githubusercontent.com/u/326348?v=4)](https://github.com/CybotTM "CybotTM (2 commits)")[![mam08ixo](https://avatars.githubusercontent.com/u/1771622?v=4)](https://github.com/mam08ixo "mam08ixo (2 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (2 commits)")[![Sebastian80](https://avatars.githubusercontent.com/u/6400300?v=4)](https://github.com/Sebastian80 "Sebastian80 (1 commits)")

---

Tags

magento2magento2-extensionmagento2-modulemagento2-plugin

### Embed Badge

![Health badge](/badges/netresearch-module-shipping-dispatch/health.svg)

```
[![Health](https://phpackages.com/badges/netresearch-module-shipping-dispatch/health.svg)](https://phpackages.com/packages/netresearch-module-shipping-dispatch)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

245.0k2](/packages/zwernemann-module-withdrawal)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

282822.9k](/packages/baldwin-magento2-module-url-data-integrity-checker)

PHPackages © 2026

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