tags:

views:

136

answers:

3

Hi Guys,

Does anyone know where I could find a PHP class to generate organizational charts?

+1  A: 

I suggest trying Graphviz (http://www.graphviz.org/). It isn't written in pure php, but it is easily callable from a script using the exec() function. It is quite easy to use but very powerful and customizable, and it is also the backend used by Doxygen to generate class documentation charts..

redShadow
+1  A: 

You can also try cogmap, they have an api you can use.

mnml
A: 

You can try XML Charts: http://www.maani.us/xml%5Fcharts/index.php

Or Pchart: http://pchart.sourceforge.net/

FractalizeR