-
Welcome to the team!
I have prepared some tasks for you to get onboarded so you can start following them and tell me when you are done:
_Remember to move this issue to "In Process" once you begin, a…
-
It is not immediately clear that: the input to this is `swagger.json`. That's very generic! Many people write their Swagger specs first, and build the code _from_ the spec. Also plenty of people are u…
-
Version of `swagger-php`: `4.7.10`
Version of PHP: `8.2.7`
Hello. I am uncertain as to whether this is a bug or a feature that is not present.
## Desired Behaviour
I would like to reference …
-
I installed swaggervel in my project but when i go to /api-docs i get this error
```
FatalErrorException in routes.php line 39:
Class 'Swagger\Swagger' not found
in C:\projects\laraveltest\laravel\ve…
-
##### Description
I need to implement caching for classes. I can use decorators or call cache from each method. But decorators cannot be used with DI because classes don't have an interfaces. What ab…
-
In many cases, the on-the-fly viewer of the swagger-editor gives different result than the swagger-UI. Thus, it is worth exporting the YAML/JSON form the swagger-editor from time to time and open the …
-
##### Description
When using [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer), we found potential enhancemnets for auto-generated PHP code.
##### Swagger-codegen version
- [ …
-
We can use some tool for help us to write the API documentation.
http://swagger.io/
https://apiary.io/
Swagger have some PHP parsers, who read all the code looking for annotations and then build the…
-
Hello!
Thank you for the great package! I encountered a problem with the latest release 4.9.2 - the context is missing `class` attribute now. Please, suggest how to fetch the class name, the attrib…
-
Hi!
I'm trying to get behavior like in pure swagger-php (https://github.com/zircote/swagger-php/issues/788).
What I did:
- create dir 'refs' in project structure
- inside this folder I create cl…