Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto generate REST API docs from Symfony [closed]

Is there an easy way to generate docs for REST api direct from a Symfony project?

like image 458
Andreas Köberle Avatar asked Jan 15 '12 18:01

Andreas Köberle


1 Answers

Sorry for the post digging, but there is a Symfony bundle to help API doc generation, you can check out NelmioApiDocBundle which interconnects well with FOSRestBundle.

The FOSRestBundle documentation provides sample bundles using both bundles to generate REST-ful web services and their documentation.

like image 112
Hugo Briand Avatar answered Oct 28 '22 13:10

Hugo Briand