PHPackages                             thelia/delivery-round-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. thelia/delivery-round-module

ActiveThelia-module

thelia/delivery-round-module
============================

2.0.1(10mo ago)01146[1 PRs](https://github.com/thelia-modules/DeliveryRound/pulls)LGPL-3.0+PHP

Since Mar 4Pushed 10mo ago3 watchersCompare

[ Source](https://github.com/thelia-modules/DeliveryRound)[ Packagist](https://packagist.org/packages/thelia/delivery-round-module)[ RSS](/packages/thelia-delivery-round-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

Delivery Round
==============

[](#delivery-round)

Handle rounds to inform customer you will be present into a given city to dispatch orders.

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

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is DeliveryRound.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/delivery-round-module:~1.0

```

Usage
-----

[](#usage)

In the module configuration page, add information about the price of this delivery method and about where and when you'll be dispatching orders:

- zip code \*
- city \*
- address
- day \*
- period

You can use the *address* input to inform your customers where you will be dispatching their orders, or leave it blank if you deliver at home.

To display a message about your round or the time you need to prepare an order for example, use the description in the module edition.

This delivery method will be proposed to customer who have at least one address with the same zipcode as one of the ones you entered in the configuration.

Loop
----

[](#loop)

\[deliveryround\]

### Input arguments

[](#input-arguments)

ArgumentDescription**id**ID of a specific delivery round entry**zipcode**Used to sort delivery round entries by zipcode**day**Used to sort delivery round entries by day. Values: *monday*, *tuesday*, *wednesday*, *thursday*, *friday*, *saturday*, *sunday*.### Output arguments

[](#output-arguments)

VariableDescription$IDID of the returned delivery round entry$ZIPCODEZipcode$CITYCity$ADDRESSAddress from where you dispatch your orders$DAYDay of the week$DELIVERY\_PERIODPeriod during which one you'll be dispatching orders### Exemple

[](#exemple)

 {loop type='deliveryround' name='deliveryround-loop'} - {$DAY|date\_format:"%A"} : {$ZIPCODE} {$CITY}{if $ADDRESS}, {$ADDRESS}{/if}{if $DELIVERY\_PERIOD}, {$DELIVERY\_PERIOD}{/if}
 {/loop}

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance54

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

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

Recently: every ~838 days

Total

7

Last Release

316d ago

Major Versions

1.2.2 → 2.0.02025-01-08

### Community

Maintainers

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

---

Top Contributors

[![etiennePerriere](https://avatars.githubusercontent.com/u/1653754?v=4)](https://github.com/etiennePerriere "etiennePerriere (2 commits)")[![Soldras](https://avatars.githubusercontent.com/u/11573385?v=4)](https://github.com/Soldras "Soldras (2 commits)")[![fafa43](https://avatars.githubusercontent.com/u/15874277?v=4)](https://github.com/fafa43 "fafa43 (1 commits)")[![NicolasBarbey](https://avatars.githubusercontent.com/u/26166378?v=4)](https://github.com/NicolasBarbey "NicolasBarbey (1 commits)")[![zawaze](https://avatars.githubusercontent.com/u/37273643?v=4)](https://github.com/zawaze "zawaze (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-delivery-round-module/health.svg)

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

PHPackages © 2026

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