phpsvnindexingcross-referenceopengrok

PHP written alternative to OpenGrok


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

Thanks!


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.