php-swaggerize-fastroute-library
php-swaggerize-fastroute-library copied to clipboard
A library to automatically create FastRoute (Lumen ready) routes based on swagger JSON documentation
I have a swagger api, json file which specifies information like scope, security definition etc for each route. After parsing the file with swaggerize, the output file just contains the...
When generating routes (php-swaggerize-fastroute-library 0.2.0 , php 7.1), the output file contains trailing space before newline when `=>` leads to array on next line. Example from git diff:  I...