logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

phploc - PHPLOC command line interface

Description

       Options for selecting files:

       --suffix <suffix> Include files with names ending in <suffix> in the analysis
              (default: .php; can be given multiple times)

       --exclude <path>
              Exclude files with <path> in their path from the analysis (can be given multiple times)

       Options for analysing files:

       --count-tests
              Count PHPUnit test case classes and test methods

       Options for report generation:

       --log-csv <file>
              Write results in CSV format to <file>

       --log-json <file> Write results in JSON format to <file>

       --log-xml <file>
              Write results in XML format to <file>

phploc 7.0.2                                      January 2022                                         PHPLOC(1)

Name

       phploc - PHPLOC command line interface

Synopsis

phploc [options] <directory>

See Also