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. netresearch/module-shipping-dispatch

ActiveMagento2-module

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 yesterday

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 60% of packages

Maintenance40

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity49

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

1882d 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)")

---

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

[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[fredden/magento2-module-javascript-error-reporting

A Magento 2 module which captures JavaScript errors for later review by website administrators

3138.1k](/packages/fredden-magento2-module-javascript-error-reporting)[pagbank/payment-magento

PagBank - Payment for Magento and Adobe

2128.3k7](/packages/pagbank-payment-magento)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)[o2ti/sigep-web-carrier

O2TI - Sigep Web Carrier

141.5k](/packages/o2ti-sigep-web-carrier)

PHPackages © 2026

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