{"id":17540091,"url":"https://github.com/reiterus/swagger-symfony","last_synced_at":"2026-04-12T17:02:45.105Z","repository":{"id":151862459,"uuid":"581744336","full_name":"reiterus/swagger-symfony","owner":"reiterus","description":"OpenAPI format of REST API Endpoints for a Symfony based project","archived":false,"fork":false,"pushed_at":"2022-12-25T07:04:46.000Z","size":121,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T14:18:49.544Z","etag":null,"topics":["docker","nginx","openapi","postgresql","swagger","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/reiterus.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-24T06:46:43.000Z","updated_at":"2023-02-05T08:48:53.000Z","dependencies_parsed_at":"2023-05-09T11:01:19.017Z","dependency_job_id":null,"html_url":"https://github.com/reiterus/swagger-symfony","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fswagger-symfony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fswagger-symfony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fswagger-symfony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fswagger-symfony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reiterus","download_url":"https://codeload.github.com/reiterus/swagger-symfony/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140565,"owners_count":20729797,"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":["docker","nginx","openapi","postgresql","swagger","symfony"],"created_at":"2024-10-20T22:08:09.137Z","updated_at":"2026-04-12T17:02:45.023Z","avatar_url":"https://github.com/reiterus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swagger Symfony\nExample of generating documentation for REST API endpoints based on the OpenAPI format. Controller methods are described using attributes.\n\n### Composer required\n- nelmio/api-doc-bundle\n- zircote/swagger-php\n\n### Endpoint description\n```php\n#[Get(\n    path: '/welcome',\n    description: 'Default response from new Controller method with JsonResponse',\n    summary: 'Welcome message',\n    tags: ['welcome'],\n    responses: [\n        new Response(\n            response: 200,\n            description: 'Keys \"message\" and \"path\"',\n            content: [\n                new JsonContent(ref: '#/components/schemas/JsonDefault')\n            ]\n        ),\n        new Response(response: 400, description: 'Bad Request'),\n        new Response(response: 404, description: 'Not found'),\n    ]\n)]\n```\n\n### Screenshot\n![Screenshot](screen.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiterus%2Fswagger-symfony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freiterus%2Fswagger-symfony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiterus%2Fswagger-symfony/lists"}