{"id":43527703,"url":"https://github.com/staempfli/magento2-module-rebuild-url-rewrite","last_synced_at":"2026-02-03T15:16:35.855Z","repository":{"id":57058861,"uuid":"138885436","full_name":"staempfli/magento2-module-rebuild-url-rewrite","owner":"staempfli","description":"Module allows to rebuild the following URL Rewrites: categories, products and cms-pages.","archived":false,"fork":false,"pushed_at":"2020-09-16T11:58:48.000Z","size":28,"stargazers_count":13,"open_issues_count":4,"forks_count":9,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-06-12T03:17:37.529Z","etag":null,"topics":["magento2-extension","magento2-module","magneto2","url-rewrite"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/staempfli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-27T13:28:28.000Z","updated_at":"2025-06-07T11:10:43.000Z","dependencies_parsed_at":"2022-08-24T07:30:36.899Z","dependency_job_id":null,"html_url":"https://github.com/staempfli/magento2-module-rebuild-url-rewrite","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/staempfli/magento2-module-rebuild-url-rewrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-rebuild-url-rewrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-rebuild-url-rewrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-rebuild-url-rewrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-rebuild-url-rewrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staempfli","download_url":"https://codeload.github.com/staempfli/magento2-module-rebuild-url-rewrite/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-rebuild-url-rewrite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T14:55:20.264Z","status":"ssl_error","status_checked_at":"2026-02-03T14:55:19.725Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["magento2-extension","magento2-module","magneto2","url-rewrite"],"created_at":"2026-02-03T15:16:32.585Z","updated_at":"2026-02-03T15:16:35.845Z","avatar_url":"https://github.com/staempfli.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento 2 Rebuild URL Rewrites\n\n[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](http://www.repostatus.org/badges/latest/abandoned.svg)](http://www.repostatus.org/#abandoned)\n[![Build Status](https://travis-ci.org/staempfli/magento2-module-rebuild-url-rewrite.svg?branch=develop)](https://travis-ci.org/staempfli/magento2-module-rebuild-url-rewrite)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b52dfcea9619437d8ae46e311b038c9a)](https://www.codacy.com/app/Staempfli/magento2-module-rebuild-url-rewrite?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=staempfli/magento2-module-rebuild-url-rewrite\u0026amp;utm_campaign=Badge_Grade)\n[![Maintainability](https://api.codeclimate.com/v1/badges/9171761a16613b73ba35/maintainability)](https://codeclimate.com/github/staempfli/magento2-module-rebuild-url-rewrite/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/9171761a16613b73ba35/test_coverage)](https://codeclimate.com/github/staempfli/magento2-module-rebuild-url-rewrite/test_coverage)\n\nThe module adds a CLI which allows to rebuild the following URL Rewrites: `categories`, `products` and `cms-pages`.  \n \n## Installation  \n  \nInstall the module with composer:  \n  \n```sh  \ncomposer require staempfli/magento2-module-rebuild-url-rewrite  \n```  \n\n## Usage\n\nRebuild everything.\n\n```php  \nbin/magento urlrewrite:rebuild categories,products,cms-pages  \n```\n\nRebuild only categories\n\n```php  \nbin/magento urlrewrite:rebuild categories  \n```\n\nRebuild only products\n\n```php  \nbin/magento urlrewrite:rebuild products  \n```  \n\nRebuild only cms-pages\n\n```php  \nbin/magento urlrewrite:rebuild cms-pages  \n``` \n\nRebuild only specific categories\n\n```php  \nbin/magento urlrewrite:rebuild categories -c=25,26,27  \n```\n\n or products\n\n```php  \nbin/magento urlrewrite:rebuild products -p=1,2,3  \n```  \n\nRebuild only specific stores\n\n```php  \nbin/magento urlrewrite:rebuild categories -s=1,2  \n```\n\nAny combination is possible.\n\nSee `--help` for more information\n\n```php  \nbin/magento urlrewrite:rebuild --help  \n```\n  \n## Requirements  \n  \n- PHP: 7.0.x | 7.1.x  \n- Magento 2.1.x | 2.2.x  \n  \nSupport  \n-------  \nIf you have any issues with this extension, open an issue on [GitHub](https://github.com/staempfli/magento2-module-rebuild-url-rewrite/issues).  \n  \nContribution  \n------------  \nAny contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).  \n  \nDeveloper  \n---------  \n[Marcel Hauri](https://github.com/mhauri), and all other [contributors](https://github.com/staempfli/magento2-module-rebuild-url-rewrite/contributors)  \n  \nLicense  \n-------  \n[Open Software License (\"OSL\") v. 3.0](https://opensource.org/licenses/OSL-3.0)  \n  \nCopyright  \n---------  \n(c) 2018, Stämpfli AG\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaempfli%2Fmagento2-module-rebuild-url-rewrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaempfli%2Fmagento2-module-rebuild-url-rewrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaempfli%2Fmagento2-module-rebuild-url-rewrite/lists"}