Symfony [symfony-project.org] フレームワーク (つまり PHP) で記述された REST ベースのサービスがある場合、コードを解析して API ドキュメントを生成する適切なツール/フレームワークはありますか?
Java ベースのフレームワーク enunciate には、私が必要としているものと同様のドキュメント機能があります。この例は、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