How to document a Symfony based REST API (similar to enunciate's documentation capabilities)

Posted by Dominic on Stack Overflow See other posts from Stack Overflow or by Dominic
Published on 2010-05-03T08:49:45Z Indexed on 2010/05/03 8:58 UTC
Read the original article Hit count: 194

If I have a REST based service written in the Symfony [symfony-project.org] framework (i.e. PHP), is there any decent tools/frameworks out there that will parse my code and generate API documentation?

The Java based framework enunciate has documentation capabilities similar to what I need, you can view an example of this here: http://enunciate.codehaus.org/wannabecool/step1/index.html.

I understand the premise of REST based services are supposed to be self evident, however I was after something that would generate this documentation for me without the need to manually write up all my endpoints, supported formats, sample output etc.

Thanks

© Stack Overflow or respective owner

Related posts about symfony

Related posts about enunciate