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

ActiveThelia-module

thelia/redirection-module
=========================

1.0(11y ago)036LGPL-3.0+PHP

Since Feb 13Pushed 11y ago5 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Redirection module for Thelia
=============================

[](#redirection-module-for-thelia)

This module add the possibility to create 301 redirections from the back office for Thelia 2.1

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

[](#installation)

### Manually

[](#manually)

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

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/redirection-module:~1.0

```

Usage
-----

[](#usage)

Go on your back office and activate the module. Refresh the page then you can use the "manage redirections" link in the Tools dropdown.

Hook
----

[](#hook)

The module uses the hook `main.top-menu-tools` to show the link to the redirection management table.

Loop
----

[](#loop)

permanent-redirection

### Input arguments

[](#input-arguments)

ArgumentDescriptionidA permanent redirection ID.visible"yes" if you only want online redirections, "no" for offline and \* for bothpositionFilter by position.orderSort the results. Possible values: "id", "id-reverse", "visible", "visible-reverse", "manual", "manual-reverse", "path", "path-reverse", "destination", "destination-reverse", "title", "title-reverse", "chapo", "chapo-reverse".### Output arguments

[](#output-arguments)

VariableDescription$IDThe redirection ID$VISIBLE1 if the redirection is online, 0 for offline$POSITIONThe redirection position$PATHThe redirection path$PATHThe redirection path$DESTINATIONThe redirection destination$TITLEThe redirection title$CHAPOThe redirection chapo### Exemple

[](#exemple)

```
{loop type="permanent-redirection" name="permanent-redirection" order="visible,position"}

{/loop}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

4112d ago

### 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 (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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