-
# Usando diagramas UML
https://www.plantuml.com
![image](https://github.com/julian-gamboa-ensino/curso-php-chile/assets/78002411/6fa6d401-fd3d-4569-9bc0-025c5049f63d)
-
##### Description
on cli : composer require swagger/server-bundle:dev-master
> Installation request for swagger/server-bundle dev-master -> satisfiable by swagger/server-bundle[dev-master].
> …
-
##### Description
When using [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer), we found potential enhancemnets for auto-generated PHP code.
##### Swagger-codegen version
- [ …
-
### Q&A (please complete the following information)
- OS: Win 10
- Browser: Chrome, Firefox, ...
- Swagger/OpenAPI version: OpenAPI 3.0
### Content & configuration
I use https://github.com/z…
-
##### Description
Default values for input models dont filled.
##### Swagger-codegen version
```
java -jar swagger-codegen-cli.jar version
2.3.1
```
##### Swagger declaration file conte…
-
##### 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…
-
##### Description
I'm following the Readme file ([Getting Started](https://github.com/swagger-api/swagger-codegen#getting-started)) to generate a PHP client. The following error happens after run…
-
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…
-
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 …
-
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…