Description
PHP source trees can be indexed for editor navigation with enhanced ctags output. This command-line tool helps developers jump between classes, functions, and symbols in codebases that benefit from tags files. It is run from a terminal with the phpctags command. Generated indexes may reveal project structure and should be kept with the intended workspace, not published accidentally.