{"id":20574723,"url":"https://github.com/macpaw/symfony-deprecated-routes","last_synced_at":"2026-02-10T23:02:46.282Z","repository":{"id":231666130,"uuid":"758435531","full_name":"MacPaw/symfony-deprecated-routes","owner":"MacPaw","description":"Symfony Deprecated Routes Bundle","archived":false,"fork":false,"pushed_at":"2025-01-07T10:19:40.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2025-11-09T06:06:25.687Z","etag":null,"topics":["backend","macpaw","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MacPaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-16T10:12:53.000Z","updated_at":"2025-01-07T09:59:01.000Z","dependencies_parsed_at":"2024-04-05T08:03:18.187Z","dependency_job_id":"dc97ab1e-1d73-4a17-bcae-b2546c0886e3","html_url":"https://github.com/MacPaw/symfony-deprecated-routes","commit_stats":null,"previous_names":["macpaw/symfony-deprecated-routes"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/MacPaw/symfony-deprecated-routes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-deprecated-routes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-deprecated-routes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-deprecated-routes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-deprecated-routes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MacPaw","download_url":"https://codeload.github.com/MacPaw/symfony-deprecated-routes/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-deprecated-routes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29321276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["backend","macpaw","symfony"],"created_at":"2024-11-16T05:36:49.538Z","updated_at":"2026-02-10T23:02:46.261Z","avatar_url":"https://github.com/MacPaw.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony Deprecated Routes Bundle\n\nSymfony Deprecated Routes Bundle offers to mark some api routes as deprecated.\n\n## Installation\n\nUse Composer to install the bundle:\n\n```shell\ncomposer require macpaw/symfony-messenger-bundle\n```\n\n## Setup bundle\n\nEnable the bundle by adding it to the list of registered bundles in config/bundles.php\n\n```php\n// config/bundles.php\n\nreturn [\n            Macpaw\\SymfonyDeprecatedRoutes\\DeprecatedRoutesBundle::class =\u003e ['all' =\u003e true],\n        // ...\n    ];\n```\n\n## Extend bundle options\n\nThis bundle provide configuration for marking routes\n\n| Option          | Type  | Description                                                                                     | Default value |\n|-----------------|-------|-------------------------------------------------------------------------------------------------|---------------|\n| headers         | array | Deprecation headers names                                                                       |               |\n| isDisabled      | bool  | Disable add marks for routes                                                                    | false         |\n| headers         | array | Deprecation headers names                                                                       |               |\n| isSinceRequired | bool  | If true enable validation for set [route attribute](src/Routing/Attribute/DeprecatedRoute.php)  | false         |\n\n### Headers names options\n\n| Name                  | Description                         |\n|-----------------------|-------------------------------------|\n| deprecatedMessageName | Deprecated message info header name |\n| deprecatedFromName    | Start deprecation date              |\n| deprecatedSinceName   | The date of the removal route       |\n\n## Full config example with default values\n\n`config/packages/deprecated-routes.yaml` \n\n```shell\ndeprecated-routes:\n    isSinceRequired: false\n    isDisabled: false\n\n    headers:\n      deprecatedMessageName: 'X-DEPRECATED'\n      deprecatedFromName: 'X-DEPRECATED-FROM'\n      deprecatedSinceName: 'X-DEPRECATED-SINCE'    \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpaw%2Fsymfony-deprecated-routes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacpaw%2Fsymfony-deprecated-routes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpaw%2Fsymfony-deprecated-routes/lists"}