Open TiagoGouvea opened 8 years ago
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 DOCS. https://github.com/zircote/swagger-php
By this way we could have the documentation without hard work.
What you think?
Swagger seems good
Another one is http://apidocjs.com/
But, looking better, it take the methods annotation soooooo long.
I vote for Swagger too
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 DOCS. https://github.com/zircote/swagger-php
By this way we could have the documentation without hard work.
What you think?