{"id":20892918,"url":"https://github.com/a5sys/loggedinredirectionbundle","last_synced_at":"2026-04-26T01:33:04.276Z","repository":{"id":56938899,"uuid":"46063013","full_name":"A5sys/LoggedInRedirectionBundle","owner":"A5sys","description":"A redirection is done if the logged user want to go to a url (the login url)","archived":false,"fork":false,"pushed_at":"2021-07-19T10:24:32.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-19T11:43:35.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/A5sys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-12T15:44:55.000Z","updated_at":"2016-02-11T11:02:19.000Z","dependencies_parsed_at":"2022-08-21T06:50:29.024Z","dependency_job_id":null,"html_url":"https://github.com/A5sys/LoggedInRedirectionBundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A5sys%2FLoggedInRedirectionBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A5sys%2FLoggedInRedirectionBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A5sys%2FLoggedInRedirectionBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A5sys%2FLoggedInRedirectionBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/A5sys","download_url":"https://codeload.github.com/A5sys/LoggedInRedirectionBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243277501,"owners_count":20265352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T10:14:16.030Z","updated_at":"2025-12-29T01:35:47.989Z","avatar_url":"https://github.com/A5sys.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LoggedInRedirectionBundle\n\nThe bundle redirect the logged in user to an url if he attempt to go to an url.\n\nThe use case:\n\n* A user bookmarks the login page and always get the login form even if he is logged in. So we redirect to the homepage.\n\n\n# Composer\n\nUse composer to get the bundle\n\n    composer require \"a5sys/logged-in-redirection-bundle\"\n\n# Activate the bundle\n\nIn the AppKernel, activate the bundle\n\n    public function registerBundles()\n        {\n            $bundles = array(\n                ...\n                new A5sys\\LoggedInRedirectionBundle\\LoggedInRedirectionBundle(),\n\n# The configuration\n\nYou have to add the configuration to your config.yml:\n\n    logged_in_redirection:\n        route_name: \"fos_user_security_login\" #the name of the route to check\n        redirect_route_name: \"homepage\" # the name of the route to redirect\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa5sys%2Floggedinredirectionbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa5sys%2Floggedinredirectionbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa5sys%2Floggedinredirectionbundle/lists"}