PHPackages                             runroom-packages/redirection-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. runroom-packages/redirection-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

runroom-packages/redirection-bundle
===================================

Manage redirections on the Sonata Admin interface

0.21.0(7mo ago)175.3kMITPHPPHP ^8.1

Since Mar 16Pushed 7mo ago4 watchersCompare

[ Source](https://github.com/Runroom/RunroomRedirectionBundle)[ Packagist](https://packagist.org/packages/runroom-packages/redirection-bundle)[ Docs](https://github.com/runroom/RunroomRedirectionBundle)[ RSS](/packages/runroom-packages-redirection-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (29)Versions (60)Used By (0)

RunroomRedirectionBundle
========================

[](#runroomredirectionbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/37689df5308cd93d8645590f9439eef6472081d866c954ab9ba4fe770e73b533/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7265646972656374696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/runroom-packages/redirection-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/9505ebcc71204cf5d27a130b4af415e80545df8e7b6180497a126c5e6e754198/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7265646972656374696f6e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/runroom-packages/redirection-bundle)[![License](https://camo.githubusercontent.com/dd3a79a58e2fc72ffa299a06d392a4e9c04ef8e142f112f63fd6cf65d2d9228b/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7265646972656374696f6e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/runroom-packages/redirection-bundle)

[![Total Downloads](https://camo.githubusercontent.com/600832a542ba5296fbc294a1523d0fb90d483b1007d04ab421c426dbf837f371/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7265646972656374696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/runroom-packages/redirection-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/40e382080fe676d18301ffdd0f99b5c00d5be3122751170dbdb3fb2b9018e44d/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7265646972656374696f6e2d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/runroom-packages/redirection-bundle)[![Daily Downloads](https://camo.githubusercontent.com/160f186fc592bd99b65613bbc57ded06420e04edf27946f01a3fd6fb76cb2d68/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7265646972656374696f6e2d62756e646c652f642f6461696c79)](https://packagist.org/packages/runroom-packages/redirection-bundle)

This bundle gives the ability to manage redirections on a Sonata Backoffice.

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require runroom-packages/redirection-bundle
```

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Runroom\RedirectionBundle\RunroomRedirectionBundle::class => ['all' => true],
];
```

### Update doctrine schema

[](#update-doctrine-schema)

Finally, execute doctrine schema update to create the new tables:

```
console doctrine:schema:update --force

```

Contribute
----------

[](#contribute)

The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on [runroom/runroom-packages](https://github.com/Runroom/runroom-packages).

License
-------

[](#license)

This bundle is under the [MIT license](LICENSE).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance63

Regular maintenance activity

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 62.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 ~35 days

Recently: every ~113 days

Total

59

Last Release

225d ago

PHP version history (4 changes)0.1.0PHP ^7.3

0.9.1PHP ^7.3 || ^8.0

v0.10.0PHP ^7.4 || ^8.0

0.17.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/33302a19f0ac61f85039144cddb66a44136f96aa64a72e4d3167c6d8f15b59ac?d=identicon)[jordism91](/maintainers/jordism91)

---

Top Contributors

[![jenkins-runroom](https://avatars.githubusercontent.com/u/62430145?v=4)](https://github.com/jenkins-runroom "jenkins-runroom (104 commits)")[![jordisala1991](https://avatars.githubusercontent.com/u/1137485?v=4)](https://github.com/jordisala1991 "jordisala1991 (62 commits)")

---

Tags

doctrinephpredirectssonatasonata-adminsymfonysymfony-bundlesymfonydoctrineadminredirectionsonata

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/runroom-packages-redirection-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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