PHPackages                             liquidlab-agency/magento2-urgent-cargus - 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. liquidlab-agency/magento2-urgent-cargus

ActiveMagento2-component

liquidlab-agency/magento2-urgent-cargus
=======================================

Community-maintained Cargus shipping integration for Magento 2 (metapackage). Fork of the original Cargus/Tremend module, updated for Magento 2.4.x and PHP 8.2/8.3.

1.0.8(1mo ago)054↓75%1proprietaryPHPPHP ^8.2|^8.3

Since Aug 5Pushed 1mo agoCompare

[ Source](https://github.com/liquidlab-agency/magento2-urgent-cargus)[ Packagist](https://packagist.org/packages/liquidlab-agency/magento2-urgent-cargus)[ RSS](/packages/liquidlab-agency-magento2-urgent-cargus/feed)WikiDiscussions main Synced 1w ago

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

Urgent Cargus for Magento 2
===========================

[](#urgent-cargus-for-magento-2)

Community-maintained **Cargus** shipping integration for Magento 2. This is a composer metapackage bundling four modules — `Urgent_Base`, `Urgent_Cargus`, `Urgent_CargusOldAwb`, `Urgent_CargusShipGo` — updated for **Magento 2.4.x** and **PHP 8.2 / 8.3**.

> ⚠️ **Not affiliated with Cargus or Tremend.** This is an independent fork maintained by [LiquidLab](https://github.com/liquidlab-agency). See [Origin &amp; attribution](#-origin--attribution) and [License](#-license) below.

🧭 Origin &amp; attribution
--------------------------

[](#-origin--attribution)

This package is a maintained fork of the original **"Cargus for Magento 2"** module:

- **Original source:**
- **Original author:** Alexandru Marinescu
- **Original copyright:** © Tremend Software Consulting

The upstream module had not been updated to keep pace with current Magento 2.4.x / PHP 8.2+ requirements. LiquidLab maintains this fork independently to restore compatibility and ship fixes. **All rights to the original work remain with its copyright holders (Tremend Software Consulting / Cargus); LiquidLab does not claim ownership of the original code.** See the [`NOTICE`](NOTICE) file for full attribution.

🔧 What this fork changes
------------------------

[](#-what-this-fork-changes)

- Repackaged as a composer metapackage (`Base` / `Cargus` / `CargusOldAwb` / `CargusShipGo`)
- Magento 2.4.x + PHP 8.2 / 8.3 compatibility (Laminas fixes)
- Fixed Cargus AWB saving
- Cities loaded via API through a frontend controller (instead of client-side AJAX)
- QR-code generation fix
- Added A4 / A6 AWB printing
- Security hardening of admin actions and config-key storage

📦 Package structure
-------------------

[](#-package-structure)

```
magento2-urgent-cargus/
├── composer.json            # Metapackage (liquidlab-agency/magento2-urgent-cargus)
└── src/
    ├── Base/                # Foundation module   → liquidlab-agency/module-base
    ├── Cargus/              # Basic Cargus shipping → liquidlab-agency/module-cargus
    ├── CargusOldAwb/        # Legacy AWB management → liquidlab-agency/module-cargus-old-awb
    └── CargusShipGo/        # Ship & Go pickup points → liquidlab-agency/module-cargusshipgo

```

**Dependencies:** `Cargus`, `CargusOldAwb`, and `CargusShipGo` each depend on `Base`.

🚀 Installation
--------------

[](#-installation)

If the package is available on Packagist:

```
composer require liquidlab-agency/magento2-urgent-cargus
```

Otherwise, add the repository first (installs straight from GitHub):

```
composer config repositories.urgent-cargus vcs https://github.com/liquidlab-agency/magento2-urgent-cargus
composer require liquidlab-agency/magento2-urgent-cargus
```

⚙️ Post-installation
--------------------

[](#️-post-installation)

```
bin/magento module:enable Urgent_Base Urgent_Cargus Urgent_CargusOldAwb Urgent_CargusShipGo
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:flush
```

Then configure the carriers under **Stores → Configuration → Sales → Shipping Methods**.

### Requirements

[](#requirements)

- PHP `^8.2 | ^8.3`
- Magento `2.4.x` (`magento/framework: ^103.0`)

🧩 Hyvä Checkout compatibility
-----------------------------

[](#-hyvä-checkout-compatibility)

These modules work with Magento's native (Luma) checkout out of the box. For stores running **[Hyvä Checkout](https://www.hyva.io/)**, the Cargus **Ship &amp; Go**pickup-point selector is provided by a separate companion package:

- **Package:** [`liquidlab-agency/hyva-urgent-cargus`](https://github.com/liquidlab-agency/hyva-urgent-cargus)
- **Module:** `Liquidlab_HyvaCargus` — a Magewire-based Hyvä Checkout integration, authored and maintained by LiquidLab

Install it alongside this package:

```
composer require liquidlab-agency/hyva-urgent-cargus
bin/magento module:enable Liquidlab_HyvaCargus
bin/magento setup:upgrade
```

It depends on this package plus `hyva-themes/magento2-hyva-checkout`. Only add it if your store uses Hyvä Checkout — native-checkout stores don't need it.

🆘 Support
---------

[](#-support)

Report issues at .

📄 License
---------

[](#-license)

This repository is distributed as a **maintained fork**. The original module is published **without an explicit license**, so all rights to the original work remain with **Tremend Software Consulting / Cargus**. LiquidLab does not own the underlying copyright and cannot grant a license to it; LiquidLab's own modifications are provided **"as is", without warranty of any kind**. If you intend to use, copy, or redistribute this software, obtain permission from the original copyright holders.

See [`LICENSE`](LICENSE) and [`NOTICE`](NOTICE) for details.

---

Maintained by [LiquidLab](https://github.com/liquidlab-agency) · Original module © Tremend Software Consulting (Alexandru Marinescu).

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance90

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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 ~42 days

Recently: every ~76 days

Total

9

Last Release

48d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92c314c20b6d15684cff367c3d48732f1ea0074efedec77e2d5f9efc9b4384c5?d=identicon)[liquidlab](/maintainers/liquidlab)

---

Top Contributors

[![Hawksama](https://avatars.githubusercontent.com/u/46504593?v=4)](https://github.com/Hawksama "Hawksama (12 commits)")

---

Tags

awbcarguscourierecommercehyvamagento-2magento2phpromaniashipping

### Embed Badge

![Health badge](/badges/liquidlab-agency-magento2-urgent-cargus/health.svg)

```
[![Health](https://phpackages.com/badges/liquidlab-agency-magento2-urgent-cargus/health.svg)](https://phpackages.com/packages/liquidlab-agency-magento2-urgent-cargus)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.5M2](/packages/fastly-magento2)[mollie/magento2

Mollie Payment Module for Magento 2

1162.0M19](/packages/mollie-magento2)[adyen/module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

1673.2M11](/packages/adyen-module-payment)[algolia/algoliasearch-magento-2

Algolia Search &amp; Discovery extension for Magento 2

1912.0M23](/packages/algolia-algoliasearch-magento-2)[nosto/module-nostotagging

Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.

28726.5k7](/packages/nosto-module-nostotagging)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1862.4k](/packages/myparcelnl-magento)

PHPackages © 2026

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