OpenAPI-Symfony-Routing
                                
                                
                                
                                    OpenAPI-Symfony-Routing copied to clipboard
                            
                            
                            
                        Loads routes in Symfony based on OpenAPI/Swagger annotations
Add zircote/swagger-php attributes support
We should support v4 of swagger-php which makes using attributes possible. Probably >=4.1 as swagger-php changed the attribute namespace. Also need to add tests for new features like OA\PathParameter and...
Hello, I have an issue when trying to use this package while also using the NelmioApiDocBundle. I have this configuration: ``` * @SWG\Get( * path="/account", * summary="Gets account", * @SWG\Response(...
https://swagger.io/docs/specification/2-0/api-host-and-base-path/ the basePath should be added to the route path. It should be possible to also disable this in case the basePath should not be part of the Symfony app...