PHPackages                             thelia/local-pickup-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/local-pickup-module

ActiveThelia-module

thelia/local-pickup-module
==========================

2.1.3(1y ago)02.6k13[2 PRs](https://github.com/thelia-modules/LocalPickup/pulls)LGPL-3.0+PHP

Since May 4Pushed 9mo ago4 watchersCompare

[ Source](https://github.com/thelia-modules/LocalPickup)[ Packagist](https://packagist.org/packages/thelia/local-pickup-module)[ RSS](/packages/thelia-local-pickup-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (17)Used By (0)

LocalPickup module
==================

[](#localpickup-module)

author: Thelia

Summary
-------

[](#summary)

fr\_FR:

1. Installation
2. Utilisation
3. Boucles
4. Intégration

en\_US:

1. Install notes
2. How to use
3. Loops
4. Integration

fr\_FR
------

[](#fr_fr)

### Installation

[](#installation)

#### Manually

[](#manually)

- Copiez le module dans le dossier `/local/modules/` et assurez-vous que le nom du module est bien LocalPickup.
- Activez le depuis votre interface d'administration Thelia.

#### Composer

[](#composer)

Ajoutez le module à votre fichier composer.json principal :

```
composer require thelia/local-pickup-module:~1.0

```

### Utilisation

[](#utilisation)

Pour utiliser le module de retrait sur place, allez dans le back-office, onglet Modules, et activez le, puis cliquez sur "Configurer" sur la ligne du module. Renseignez le prix que vous souhaitez donner au retrait sur place et enregistrez.

### Boucles

[](#boucles)

1. `address.local`Même sorties que la boucle `address`, mais avec l'adresse du magasin au lieu de celle du client.
    - Arguments:
        1. id | obligatoire | id de l'adresse du client
    - Sorties: Les mêmes variables que la boucle address, mais l'adresse donnée est celle du magasin.
    - Utilisation: ```
        {loop type="address.local" name="yourloopname" id="1"}

        {/loop}```

        ```

### Intégration

[](#intégration)

L'integration utilise les hooks et ne nécessite pas de travaux particuliers.

Envoi de SMS
------------

[](#envoi-de-sms)

Ce module utilise le composant symfony/notifier. Lors de l'installation du module, un fichier notifier.yaml sera ajouté dans votre configuration avec une configuration par défaut.

Si vous ne souhaitez pas envoyer de SMS avec ce module, il vous suffit de configurer le fichier notifier.yaml pour ne pas utiliser de texter:

```
framework:
    notifier:
        texter_transports:

```

Vous pouvez spécifier un canal SMS particulier pour votre notifier () et mettre à jour votre configuration.

Par exemple, si vous utilisez Brevo :

```
framework:
notifier:
    texter_transports:
        brevo: '%env(BREVO_DSN)%'

```

Ensuite, mettez à jour votre fichier .env avec votre clé API :

```
###> symfony/brevo-notifier ###
BREVO_DSN=brevo://API_KEY@default?sender=SENDER
###< symfony/brevo-notifier ###

```

en\_US
------

[](#en_us)

### Installation notes

[](#installation-notes)

#### Manually

[](#manually-1)

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

#### Composer

[](#composer-1)

Add it in your main thelia composer.json file:

```
composer require thelia/local-pickup-module:~1.0

```

### Usage

[](#usage)

To use the module, you first need to activate it in the back-office, tab Modules, and click on "Configure" on the line of the module. Enter the price you want for local pickup and save.

### Loops

[](#loops)

1. `address.local`Same output as the `address` loop, with the store adresse instead of the customer address.
    - Arguments:
        1. id | mandatory | id of the customer's address
    - Output: The same variables as address loop, but the given address is the store's address.
    - Usage: ```
        {loop type="address.local" name="yourloopname" id="1"}

        {/loop}

        ```

### Integration

[](#integration)

The modules uses hooks, and does not require specific work.

Sending SMS
-----------

[](#sending-sms)

This module use the symfony/notifier component. When requiring the module, it will add a notifier.yaml file in your config with a default config.

If you do not wish to send SMS with this module, just configure the `notifier.yaml` file to not use any texter:

```
framework:
    notifier:
        texter_transports:

```

You can require a specific sms channel for your notifier () and then update your configuration. For instance, if you use Brevo:

```
framework:
notifier:
    texter_transports:
        brevo: '%env(BREVO_DSN)%'

```

And then update your .env file with your api key:

```
###> symfony/brevo-notifier ###
BREVO_DSN=brevo://API_KEY@default?sender=SENDER
###< symfony/brevo-notifier ###

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance49

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor3

3 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 ~238 days

Recently: every ~36 days

Total

14

Last Release

558d ago

Major Versions

1.3.1 → 2.0.02021-10-20

### Community

Maintainers

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

---

Top Contributors

[![lovenunu](https://avatars.githubusercontent.com/u/6106094?v=4)](https://github.com/lovenunu "lovenunu (16 commits)")[![julescournut](https://avatars.githubusercontent.com/u/26310511?v=4)](https://github.com/julescournut "julescournut (5 commits)")[![roadster31](https://avatars.githubusercontent.com/u/2197734?v=4)](https://github.com/roadster31 "roadster31 (4 commits)")[![ThomasArnaud](https://avatars.githubusercontent.com/u/10884519?v=4)](https://github.com/ThomasArnaud "ThomasArnaud (4 commits)")[![lunika](https://avatars.githubusercontent.com/u/767834?v=4)](https://github.com/lunika "lunika (3 commits)")[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (3 commits)")[![anonymze](https://avatars.githubusercontent.com/u/44375065?v=4)](https://github.com/anonymze "anonymze (2 commits)")[![gillesbourgeat](https://avatars.githubusercontent.com/u/7335734?v=4)](https://github.com/gillesbourgeat "gillesbourgeat (2 commits)")[![Lucanis](https://avatars.githubusercontent.com/u/6052481?v=4)](https://github.com/Lucanis "Lucanis (2 commits)")[![YannLe](https://avatars.githubusercontent.com/u/10955906?v=4)](https://github.com/YannLe "YannLe (2 commits)")[![zawaze](https://avatars.githubusercontent.com/u/37273643?v=4)](https://github.com/zawaze "zawaze (1 commits)")[![leanormandon](https://avatars.githubusercontent.com/u/30038624?v=4)](https://github.com/leanormandon "leanormandon (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-local-pickup-module/health.svg)

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

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k46](/packages/skeeks-cms)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

9230.2k4](/packages/bitrix24-b24phpsdk)[egroupware/egroupware

EGroupware extends a classic groupware with an integrated CRM-system, a secure file-server and Collabora Online Office.

2891.6k](/packages/egroupware-egroupware)[hipay/hipay-fullservice-sdk-magento2

The HiPay Fullservice module for Magento 2 is a PHP module which allows you to accept payments in your Magento 2 online store.

11195.3k1](/packages/hipay-hipay-fullservice-sdk-magento2)[oxid-solution-catalysts/paypal-module

OXID eSales PayPal payment module for OXID

2126.8k](/packages/oxid-solution-catalysts-paypal-module)

PHPackages © 2026

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