PHPXref
Gerade habe ich mir PHPXref angesehen, was Harray Fuchs in seinem Artikel erwähnt und bin begeistert. Das muss ich unbedingt Montag auf der Schicht ausprobieren.
PHPXref is a developer tool that’s designed to ease the process of working on large PHP projects by making it very fast and easy to browse the code documentation along with the code itself.
- Minimal requirements, minimal setup.
- No web server required to view output.
- Cross-references PHP classes, functions, variables, constants and require/include
usage.
- Extracts phpdoc style documentation from source files.
- Javascript enhanced output provides:
- Mouse-over information for classes and functions in the source view.
- Hot-jump to the source of any class/function definition.
- Instant lookup of classes, functions, constants and tables by name.
- Search/lookup history.
- Pretty-prints PHP files from the browser.
- Stays crunchy in milk.

