Scroll to navigation

PHPMD(1) User Commands PHPMD(1)

NAME

PHPMD - PHPMD command line interface

DESCRIPTION

Mandatory arguments: 1) A php source code filename or directory. Can be a comma-separated string 2) A report format 3) A ruleset filename or a comma-separated string of rulesetfilenames
Available formats: xml, text, html. Available rulesets: .
Optional arguments that may be put after the mandatory arguments: --minimumpriority: rule priority threshold; rules with lower priority than this will not be used --reportfile: send report output to a file; default to STDOUT --suffixes: comma-separated string of valid source code filename extensions --exclude: comma-separated string of patterns that are used to ignore directories --strict: also report those nodes with a @SuppressWarnings annotation
May 2014 PHPMD 1.5.0 by Manuel Pichler