PHP implementation of graph algorithms

I am not a PHP programmer, but I need to make one script, and I would like to have some prepared DFS algorithm in PHP. I think that in all programming languages ​​there should be at least some library for working with charts, so I am not forced to implement it myself.

Can someone experienced PHP programmer tell me where I can find a free library that will allow me to execute DFS?

+3
source share

All Articles