{"id":13677549,"url":"https://github.com/runelaenen/sw6-redirects","last_synced_at":"2025-10-30T21:30:16.691Z","repository":{"id":46722215,"uuid":"345069666","full_name":"runelaenen/sw6-redirects","owner":"runelaenen","description":"301/302 redirect management plugin for Shopware 6 💙","archived":false,"fork":false,"pushed_at":"2023-10-20T08:38:10.000Z","size":118,"stargazers_count":25,"open_issues_count":3,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-12T11:58:28.459Z","etag":null,"topics":["shopware","shopware-platform-plugin","shopware-plugin","shopware6","shopware6-plugin"],"latest_commit_sha":null,"homepage":"","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/runelaenen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"runelaenen","custom":"https://buymeacoffee.com/runelaenen"}},"created_at":"2021-03-06T10:50:43.000Z","updated_at":"2025-01-26T22:56:36.000Z","dependencies_parsed_at":"2024-01-14T17:05:56.839Z","dependency_job_id":"f60ee3a3-2669-4caa-b8ef-d11a7b0c23e0","html_url":"https://github.com/runelaenen/sw6-redirects","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.4375,"last_synced_commit":"a954b0b98251295ab4a6dafeff32d1f6ee378272"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runelaenen%2Fsw6-redirects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runelaenen%2Fsw6-redirects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runelaenen%2Fsw6-redirects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runelaenen%2Fsw6-redirects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runelaenen","download_url":"https://codeload.github.com/runelaenen/sw6-redirects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239058325,"owners_count":19574772,"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":["shopware","shopware-platform-plugin","shopware-plugin","shopware6","shopware6-plugin"],"created_at":"2024-08-02T13:00:43.802Z","updated_at":"2025-10-30T21:30:16.157Z","avatar_url":"https://github.com/runelaenen.png","language":"PHP","funding_links":["https://github.com/sponsors/runelaenen","https://buymeacoffee.com/runelaenen","https://www.buymeacoffee.com/runelaenen"],"categories":["Plugins"],"sub_categories":["Administration"],"readme":"# Redirects for Shopware 6\n\n[![Latest Stable Version](https://img.shields.io/github/v/release/runelaenen/sw6-redirects?color=lightblue\u0026label=stable\u0026logo=github)](//packagist.org/packages/runelaenen/sw6-redirects)\n[![Download plugin zip](https://img.shields.io/github/v/release/runelaenen/sw6-redirects.svg?label=.zip%20download\u0026logo=github)](https://github.com/runelaenen/sw6-redirects/releases/latest)\n[![Total Downloads](https://img.shields.io/packagist/dt/runelaenen/sw6-redirects?label=packagist%20downloads\u0026logo=composer)](//packagist.org/packages/runelaenen/sw6-redirects)\n[![GitHub Issues](https://img.shields.io/github/issues/runelaenen/sw6-redirects?logo=github)](https://github.com/runelaenen/sw6-redirects/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/runelaenen/sw6-redirects?logo=github)](https://github.com/runelaenen/sw6-redirects/stargazers)\n[![License](https://poser.pugx.org/runelaenen/sw6-redirects/license)](//packagist.org/packages/runelaenen/sw6-redirects)\n\n![Redirects for Shopware 6](https://user-images.githubusercontent.com/3930922/110204224-41c91200-7e72-11eb-9e6e-49509fa5e47a.png)\n\nManage 301 and 302 redirects in your Shopware 6 shop.\nThe plugin is compatible with PHP version 7.4 and higher.\nThe plugin has been forked from [ScopPlatformRedirector](https://github.com/scope01-GmbH/ScopPlatformRedirecter).\n\nAre you a happy user of the Redirects plugin? Please consider giving our project a ⭐️ star on Github, or [buying the maintainer a cup of ☕️ coffee](https://www.buymeacoffee.com/runelaenen).\n\n## ✔️ Features\n- 301 redirects\n- 302 (temporary) redirects\n- Import/Export profile\n\n## 🚀 How to install\n### Composer install (recommended)\n```\ncomposer require runelaenen/sw6-redirects\nbin/console plugin:refresh\nbin/console plugin:install --activate RuneLaenenRedirects\n```\n#### 🔨 Building\nThe composer install does not come with compiled javascript. You will have to build/compile your administration and storefront javascript.\n\nIn case you are using the production template, the command below should do the trick.\n```\nbin/build.sh\n```\n#### Plugin update (composer)\n```\ncomposer update runelaenen/sw6-redirects\nbin/console plugin:update RuneLaenenRedirects\n```\nBuiling the javascript \u0026 css will still be needed.\n```\nbin/build.sh\n```\n\n### .zip install\n1. Download the latest RuneLaenenRedirects.zip from the [latest release](https://github.com/runelaenen/sw6-redirects/releases/latest).\n2. Upload the zip in the Shopware Administration\n3. Install \u0026 Activate the plugin\n\n#### Plugin update (zip)\n1. Download the latest RuneLaenenRedirects.zip from the [latest release](https://github.com/runelaenen/sw6-redirects/releases/latest).\n2. Upload the zip in the Shopware Administration\n3. Update the plugin\n\n\n## 👷‍ Contribution\nPlease help with code, love, shares, feedback and bug reporting.\n\n## ⚖️ License\nThis plugin is licensed under the MIT licence.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunelaenen%2Fsw6-redirects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunelaenen%2Fsw6-redirects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunelaenen%2Fsw6-redirects/lists"}