Questions tagged [swagger-php]

PHP Swagger Annotation Library: Simplifying Parsing

Using the escape character to handle square brackets within a PHP Swagger annotation JSON property

In my Php Laravel API development I utilize swagger (2.0) annotations with the help of darkaonline/l5-swagger library which leverages swagger-php to generate swagger.json. However, a particular issue has arisen where when I input the following code snippet ...