Organization chart class in PHP

Does anyone know where I can find a PHP class for generating organization charts?

+2


source to share


4 answers


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



+1


source


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



+1


source


You can use google chart tools

https://google-developers.appspot.com/chart

0


source


-2


source







All Articles