PHPackages                             cecil/theme-redirects - 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. cecil/theme-redirects

ActiveCecil-theme

cecil/theme-redirects
=====================

Cecil component theme Redirects

1.0.1(8mo ago)03852MITTwig

Since Sep 16Pushed 8mo agoCompare

[ Source](https://github.com/Cecilapp/theme-redirects)[ Packagist](https://packagist.org/packages/cecil/theme-redirects)[ GitHub Sponsors](https://github.com/ArnaudLigny)[ Fund](https://opencollective.com/cecil)[ RSS](/packages/cecil-theme-redirects/feed)WikiDiscussions main Synced 1mo ago

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

Redirects component theme
=========================

[](#redirects-component-theme)

The *Redirects* component theme for [Cecil](https://cecil.app) provides support of `_redirects`file generation.

After installation and without any configuration, this component theme generate a [`_redirects`](./layouts/_default/page.redirects.twig) file containing HTML's redirections created by Cecil (automatic or created manually with the [`redirect`](https://cecil.app/documentation/content/#redirect) front matter variable).

Services that support the [`_redirects`](https://specs.ipfs.tech/ipips/ipip-0002/) file:

- [Netlify](https://docs.netlify.com/manage/routing/redirects/redirect-options/)
- [statichost](https://www.statichost.eu/docs/routing/)
- [Cloudflare Pages](https://developers.cloudflare.com/pages/configuration/redirects/)

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

[](#installation)

```
composer require cecil/theme-redirects
```

> Or [download the latest archive](https://github.com/Cecilapp/theme-redirects/releases/latest/) and uncompress its content in `themes/redirects`.

Usage
-----

[](#usage)

Add `redirects` in the `theme` section of your site configuration:

```
theme:
  - redirects
```

### Add redirections

[](#add-redirections)

```
server:
  redirects:
    - from: https://xxxxxx/*
      to: https://xxxxxx/:splat
      status: 301 # HTTP status code, optional
      force: true # redirect even if the file exists, optional
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance61

Regular maintenance activity

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Every ~0 days

Total

3

Last Release

244d ago

Major Versions

0.1.0 → 1.0.02025-09-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/52a734f97ce4ef72fb07b59e5d0f7f6a26a0b322da49b881bedc3896c5e7f128?d=identicon)[aligny](/maintainers/aligny)

---

Top Contributors

[![ArnaudLigny](https://avatars.githubusercontent.com/u/80580?v=4)](https://github.com/ArnaudLigny "ArnaudLigny (5 commits)")

---

Tags

cecilcecil-theme-componentthemececilredirects

### Embed Badge

![Health badge](/badges/cecil-theme-redirects/health.svg)

```
[![Health](https://phpackages.com/badges/cecil-theme-redirects/health.svg)](https://phpackages.com/packages/cecil-theme-redirects)
```

PHPackages © 2026

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