PHPackages                             snowdog/module-shipping-latency - 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. snowdog/module-shipping-latency

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

snowdog/module-shipping-latency
===============================

Module adds shipping latency

1.3.0(4y ago)147.8k↓36.4%11MITPHP

Since Dec 6Pushed 4y ago7 watchersCompare

[ Source](https://github.com/SnowdogApps/magento2-shipping-latency)[ Packagist](https://packagist.org/packages/snowdog/module-shipping-latency)[ RSS](/packages/snowdog-module-shipping-latency/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (2)Versions (10)Used By (1)

Snowdog Magento2 Shipping Latency
=================================

[](#snowdog-magento2-shipping-latency)

### 1. Installation:

[](#1-installation)

- `composer require snowdog/module-shipping-latency`
- `bin/magento module:enable Snowdog_ShippingLatency`
- `bin/magento setup:upgrade`

### 2. Usage:

[](#2-usage)

On product list/grid:

```
$shippingLatencyHelper = $this->helper('Snowdog\ShippingLatency\Helper\Data');

//get shipping latency title per product
$shippingLatencyHelper->getTitle($productData);

//get full shipping latency popup data (title, btnClass, popupHtml, popupId) for all shipping_latency attribute values
$shippingLatencyHelper->getLatencyData();

//get full shipping latency popup data for product
$shippingLatencyHelper->getProductLatencyData($productData);

//get shipping latency popup CMS block content for product
$shippingLatencyHelper->getProductPopupHtml($productData);
```

On product page:

```
//get product shipping_latency label
$product->getAttributeText('shipping_latency');

//get product shipping_latency value
$product->getShippingLatency();

//or use same method like on list/grid
```

`$productData` needs to be an array. On product page use `$product->getData()` as parameter:

```
$shippingLatencyHelper->getProductPopupHtml($product->getData());
```

Shipping latency options are configured on admin `Stores -> Configuration -> Snowdog -> Shipping Latency`.

Default options are set as the previous module version to maintain retro compatibility.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~145 days

Total

5

Last Release

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2399e0548bfe7348208580ab2abe974fcecdcaff45441380864689c981ea606?d=identicon)[snowdog](/maintainers/snowdog)

---

Top Contributors

[![akai-z](https://avatars.githubusercontent.com/u/4558603?v=4)](https://github.com/akai-z "akai-z (1 commits)")[![emastyle](https://avatars.githubusercontent.com/u/1888713?v=4)](https://github.com/emastyle "emastyle (1 commits)")[![JKrupinski](https://avatars.githubusercontent.com/u/15692855?v=4)](https://github.com/JKrupinski "JKrupinski (1 commits)")

### Embed Badge

![Health badge](/badges/snowdog-module-shipping-latency/health.svg)

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

###  Alternatives

[snowdog/module-menu

Provides powerful menu editor to replace category based menus in Magento 2

3271.7M5](/packages/snowdog-module-menu)[baldwin/magento2-module-url-data-integrity-checker

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

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[sivaschenko/magento2-clean-media

Magento 2 media analysis and cleanup

96231.9k](/packages/sivaschenko-magento2-clean-media)[yireo/magento2-extensionchecker

Scan the code of a Magento module

96151.6k3](/packages/yireo-magento2-extensionchecker)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)

PHPackages © 2026

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