PHPackages                             thelia/dpd-predict-module - 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. thelia/dpd-predict-module

Abandoned → [thelia/predict-module](/?search=thelia%2Fpredict-module)Thelia-module[Utility &amp; Helpers](/categories/utility)

thelia/dpd-predict-module
=========================

Predict by DPD

3.0.0(1w ago)01810[1 PRs](https://github.com/thelia-modules/Predict/pulls)GPL-3.0-or-laterPHP

Since May 15Pushed 2w ago4 watchersCompare

[ Source](https://github.com/thelia-modules/Predict)[ Packagist](https://packagist.org/packages/thelia/dpd-predict-module)[ RSS](/packages/thelia-dpd-predict-module/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (16)Used By (0)

Predict
=======

[](#predict)

Predict by DPD module ~2.1.0 Works with Thelia &gt;= 2.5.2
If you want to use it with Thelia &lt;= 2.5.2 see Predict ~2.0.0

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

[](#installation)

```
composer require thelia/predict-module ^2.1

```

Usage
-----

[](#usage)

Before using this module you first need to configure your DPD account number, and optionally your cellphone number and check if you have the Predict SMS option. Don't forget to assign the shipping zones to the Predict module and to configure your store's address, it's necessary in order to use this module.

### The loops

[](#the-loops)

The Predict module brings you three loops:

- predict.check.rights
- predict.notsend.loop
- predict

Check if the Config folder and the prices.json file are readable and writable

```
{loop name="predict.check.rights.loop" type="predict.check.rights"}

        {$ERRMES} {$ERRFILE}

{/loop}

{elseloop rel="predict.check.rights.loop"}

{/elseloop}
```

Get every order which are paid and not sent and has Predict as delivery module

```
{loop name="get.predict.orders" type="predict.notsend.loop"}
    ...
{/loop}
```

Get the prices of a given area

```
{loop name="predict.prices" type="predict" area="1"}
    ...
{/loop}
```

### Integration

[](#integration)

This module uses the Hooks `order-delivery.stylesheet` and `order-delivery.extra`, the integration with the default template is already done.

If you want to custom the integration, you can see how to do that in the [documentation](http://doc.thelia.net/en/documentation/modules/hooks/hook_create.html#use-smarty-template-in-hooks)

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance97

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 57.7% 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 ~207 days

Recently: every ~212 days

Total

12

Last Release

9d ago

Major Versions

1.0.x-dev → 2.0.02020-11-16

2.1.9 → 3.0.02026-08-08

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

![](https://www.gravatar.com/avatar/3a46ed88ee1c801d1002d3e49bbddf2f7ad82265e8f3de6f2894793190163fd6?d=identicon)[cqfdev](/maintainers/cqfdev)

---

Top Contributors

[![lovenunu](https://avatars.githubusercontent.com/u/6106094?v=4)](https://github.com/lovenunu "lovenunu (64 commits)")[![gmontel-os](https://avatars.githubusercontent.com/u/65279237?v=4)](https://github.com/gmontel-os "gmontel-os (15 commits)")[![roadster31](https://avatars.githubusercontent.com/u/2197734?v=4)](https://github.com/roadster31 "roadster31 (8 commits)")[![lunika](https://avatars.githubusercontent.com/u/767834?v=4)](https://github.com/lunika "lunika (8 commits)")[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (5 commits)")[![zawaze](https://avatars.githubusercontent.com/u/37273643?v=4)](https://github.com/zawaze "zawaze (3 commits)")[![mespeche](https://avatars.githubusercontent.com/u/2156044?v=4)](https://github.com/mespeche "mespeche (2 commits)")[![enurit](https://avatars.githubusercontent.com/u/6229611?v=4)](https://github.com/enurit "enurit (2 commits)")[![leanormandon](https://avatars.githubusercontent.com/u/30038624?v=4)](https://github.com/leanormandon "leanormandon (1 commits)")[![gillesbourgeat](https://avatars.githubusercontent.com/u/7335734?v=4)](https://github.com/gillesbourgeat "gillesbourgeat (1 commits)")[![NicolasBarbey](https://avatars.githubusercontent.com/u/26166378?v=4)](https://github.com/NicolasBarbey "NicolasBarbey (1 commits)")[![bibich](https://avatars.githubusercontent.com/u/1215555?v=4)](https://github.com/bibich "bibich (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-dpd-predict-module/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-dpd-predict-module/health.svg)](https://phpackages.com/packages/thelia-dpd-predict-module)
```

PHPackages © 2026

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