{"id":19176624,"url":"https://github.com/sulu/sulu-rector","last_synced_at":"2025-05-08T21:26:11.228Z","repository":{"id":39665162,"uuid":"491496579","full_name":"sulu/sulu-rector","owner":"sulu","description":"Rector for Sulu CMS.","archived":false,"fork":false,"pushed_at":"2024-08-07T15:54:36.000Z","size":31,"stargazers_count":14,"open_issues_count":7,"forks_count":4,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-02-01T23:51:07.295Z","etag":null,"topics":["rectorphp","refractoring","sulucms","upgrades"],"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/sulu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-12T12:04:02.000Z","updated_at":"2024-06-04T21:09:40.000Z","dependencies_parsed_at":"2024-01-09T10:54:57.461Z","dependency_job_id":"b3a206b7-7577-46b9-8a3b-e8726fe53e8d","html_url":"https://github.com/sulu/sulu-rector","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.2142857142857143,"last_synced_commit":"3edd808a6903b1d8edd5449ca46684918da5cfd8"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulu%2Fsulu-rector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulu%2Fsulu-rector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulu%2Fsulu-rector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulu%2Fsulu-rector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulu","download_url":"https://codeload.github.com/sulu/sulu-rector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238044095,"owners_count":19407128,"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":["rectorphp","refractoring","sulucms","upgrades"],"created_at":"2024-11-09T10:29:18.637Z","updated_at":"2025-02-10T02:10:10.397Z","avatar_url":"https://github.com/sulu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sulu Rector\n\nThis project contains [Rector rules](https://github.com/rectorphp/rector) for [Sulu CMS](https://github.com/sulu/sulu) upgrades.\n\n## Install\n\nInstall rector and sulu rector via composer to your project:\n\n```bash\ncomposer require rector/rector --dev\ncomposer require sulu/sulu-rector --dev\n```\n\n## Use Sets\n\nTo add a set to your config, use `Sulu\\Rector\\Set\\SymfonySetList` and `Sulu\\Rector\\Set\\SuluLevelSetList`\nclass and pick one of constants:\n\n```php\nuse Sulu\\Rector\\Set\\SuluLevelSetList;\nuse Rector\\Config\\RectorConfig;\n\nreturn static function (RectorConfig $rectorConfig): void {\n    $rectorConfig-\u003esets([\n        SuluLevelSetList::UP_TO_SULU_26,\n    ]);\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulu%2Fsulu-rector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulu%2Fsulu-rector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulu%2Fsulu-rector/lists"}