Hi guys:
I need to implement openapi ver3 on my existing laravel ver 8 application.
Could you please provide some light about existing packages?
So far , I found those:
OpenAPI Initializer
vyuldashev/laravel-openapi
DarkaOnLine/L5-Swagger
could you provide some feedback from them? and ....
... would you please explain how to add new lines when posting here?
I can see this last one is updated 21 days ago and have 1.9k stars ...
Why do you consider I should go with vyuldashev/laravel-openapi ? please explain , im beginer.
Easiest way to decide is to create a couple of new project and test install both.
Aside though, whats your intent for generating openapi spec? are you intending to get your openapi spec to follow your codebase or your codebase to follow your openapi spec?
The reason I ask, is really you should define your spec first and then develop your api to match your specification. Otherwise your spec will change frequently as you modify your code and so you could break contracts for people using your api.
For a means to test your api against the specification you should look at