{"id":19630997,"url":"https://github.com/cvilleger/swaggeruibundle","last_synced_at":"2026-05-16T05:33:49.811Z","repository":{"id":56960425,"uuid":"95263453","full_name":"cvilleger/SwaggeruiBundle","owner":"cvilleger","description":"Symfony Bundle : SwaggerUI page in your application.","archived":false,"fork":false,"pushed_at":"2023-05-16T23:20:22.000Z","size":471,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-26T20:45:31.801Z","etag":null,"topics":["swagger","swagger-php","swagger-ui","swaggeruibundle","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/cvilleger.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}},"created_at":"2017-06-23T23:30:22.000Z","updated_at":"2018-04-05T19:22:08.000Z","dependencies_parsed_at":"2022-08-21T05:10:16.195Z","dependency_job_id":null,"html_url":"https://github.com/cvilleger/SwaggeruiBundle","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/cvilleger%2FSwaggeruiBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvilleger%2FSwaggeruiBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvilleger%2FSwaggeruiBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvilleger%2FSwaggeruiBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvilleger","download_url":"https://codeload.github.com/cvilleger/SwaggeruiBundle/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240934411,"owners_count":19880991,"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":["swagger","swagger-php","swagger-ui","swaggeruibundle","symfony"],"created_at":"2024-11-11T12:07:23.077Z","updated_at":"2025-11-21T05:04:18.496Z","avatar_url":"https://github.com/cvilleger.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://poser.pugx.org/cvilleger/swaggeruibundle/license)](https://packagist.org/packages/cvilleger/swaggeruibundle)\n[![Latest Unstable Version](https://poser.pugx.org/cvilleger/swaggeruibundle/v/unstable)](https://packagist.org/packages/cvilleger/swaggeruibundle)\n\nSwaggeruiBundle\n=================\n\nCreates a SwaggerUI page in your Symfony application.\n\n- Basic functionalities\n- Customization\n\nInstallation\n============\n\nStep 1: Download the Bundle\n---------------------------\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```console\n$ composer require cvilleger/SwaggeruiBundle \"dev-master\"\n```\n\nThis command requires you to have Composer installed globally, as explained\nin the [installation chapter](https://getcomposer.org/doc/00-intro.md)\nof the Composer documentation.\n\nStep 2: Enable the Bundle\n-------------------------\n\nEnable the bundle by adding it to the list of registered bundles\nin the `app/AppKernel.php` file of your project:\n\n```php\n\u003c?php\n// app/AppKernel.php\n\n// ...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            // ...\n\n            new Cvilleger\\SwaggeruiBundle\\CvillegerSwaggeruiBundle(),\n        );\n\n        // ...\n    }\n\n    // ...\n}\n```\nStep 3: Routing\n-------------------------\n\nAdd routing in the `app\\config\\routing.yml` file of your project:\n\n```yaml\ncvilleger_swaggerui:\n    resource: \"@CvillegerSwaggeruiBundle/Resources/config/routing.yml\"\n    prefix:   /doc\n```\n\nStep 4: Parameters (optional)\n-------------------------\n\nAdd parameters in the `app\\config\\parameters.yml` file of your project:\n\n```yaml\nswaggerui:\n    - title: 'SwaggeruiBundleProject'\n    - url: 'http://petstore.swagger.io/v2/swagger.json' || 'swaggerJsonRouteName'\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvilleger%2Fswaggeruibundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvilleger%2Fswaggeruibundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvilleger%2Fswaggeruibundle/lists"}