views:

407

answers:

2

Hello,

I was wondering if there is a documentation solution available that supports PHP 5.3. We are having two problems with phpDocumentor. First, it lacks 5.3 support. Second, it requires too much memory when used on our codebase.

Could anyone suggest viable alternatives to phpDocumentor?

Thank you!

+4  A: 

Another option other than phpDocumentor is Doxygen documentation with PHP support.

Yada
You know know if the memory footprint of Doxygen is smaller than that of phpDocumentor? Thanks!
To answer my own question, Doxygen is able to be pointed at much larger portions of our codebase than phpDocumentor.
+1  A: 

I've not used it with PHP, but doxygen claims to support the language.

GreenMatt