Best PHP Documentation generator

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
leonel.machava
Forum Newbie
Posts: 10
Joined: Fri May 15, 2009 4:28 pm

Best PHP Documentation generator

Post by leonel.machava »

Hello guys!

I would like to hear from you what is the best PHP documentation generator. Personally I use PHPDocumentor.
What about Doxygen? It seems that Doxygen and PHPDocumentor have a very slight difference.

Please, you can consider other generators other than Doxygen and PHPDocumentor.

Guys, I look forward to hear your opinions.
User avatar
markusn00b
Forum Contributor
Posts: 298
Joined: Sat Oct 20, 2007 2:16 pm
Location: York, England

Re: Best PHP Documentation generator

Post by markusn00b »

doxygen is a much more expansive documentation generator - it covers many languages other than just PHP, which phpDocumentor only supports. I've never used doxygen - its syntax seems a little too verbose for me, while phpDocumentor works quite fluently.
Post Reply