Question

Is there an equivalent of opengrok or any code indexer tool with a php frontend ?

Thanks!

Was it helpful?

Solution

If you're looking for a source code cross-referencer, you may have a look at PHPXref.

If you want to browse SCM history, then you can turn to WebSVN or GitPHP.

Otherwise, you will have to look at PERL alternatives like ViewVC or LXR.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top