Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有相当于 opengrok 或任何带有 php 前端的代码索引器工具?
谢谢!
如果您正在寻找源代码交叉引用器,您可以查看PHPXref。
如果你想浏览 SCM 历史,那么你可以转向WebSVN或 GitPHP。
否则,您将不得不查看 PERL 替代品,例如ViewVC或LXR。