PHPackages                             a5sys/logged-in-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. a5sys/logged-in-redirection-bundle

ActiveSymfony-bundle

a5sys/logged-in-redirection-bundle
==================================

v1.0.1(10y ago)0462MITPHP

Since Nov 12Pushed 4y ago3 watchersCompare

[ Source](https://github.com/A5sys/LoggedInRedirectionBundle)[ Packagist](https://packagist.org/packages/a5sys/logged-in-redirection-bundle)[ RSS](/packages/a5sys-logged-in-redirection-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

LoggedInRedirectionBundle
=========================

[](#loggedinredirectionbundle)

The bundle redirect the logged in user to an url if he attempt to go to an url.

The use case:

- A user bookmarks the login page and always get the login form even if he is logged in. So we redirect to the homepage.

Composer
========

[](#composer)

Use composer to get the bundle

```
composer require "a5sys/logged-in-redirection-bundle"

```

Activate the bundle
===================

[](#activate-the-bundle)

In the AppKernel, activate the bundle

```
public function registerBundles()
    {
        $bundles = array(
            ...
            new A5sys\LoggedInRedirectionBundle\LoggedInRedirectionBundle(),

```

The configuration
=================

[](#the-configuration)

You have to add the configuration to your config.yml:

```
logged_in_redirection:
    route_name: "fos_user_security_login" #the name of the route to check
    redirect_route_name: "homepage" # the name of the route to redirect

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

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

Every ~90 days

Total

2

Last Release

3741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c429f46d826a96644aa39a86ad00a6834bfa6b9190b7a62b8c42c53baf66b4b1?d=identicon)[jonag](/maintainers/jonag)

![](https://www.gravatar.com/avatar/3a644d41501105bc7aded710d1682ac2a3abdceaf9c02e97d1cb1d6e2607c9d9?d=identicon)[ttx-a5](/maintainers/ttx-a5)

---

Top Contributors

[![thomasbeaujean](https://avatars.githubusercontent.com/u/5817919?v=4)](https://github.com/thomasbeaujean "thomasbeaujean (2 commits)")

### Embed Badge

![Health badge](/badges/a5sys-logged-in-redirection-bundle/health.svg)

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

PHPackages © 2026

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