-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

phploc


> A tool for quickly measuring the size and analyzing the structure of a PHP project.

More information.


Analyse a directory and print the result:

phploc {path/to/directory}

Include only specific files from a comma-separated list (globs are allowed):

phploc {path/to/directory} --names {files}

Exclude specific files from a comma-separated list (globs are allowed):

phploc {path/to/directory} --names-exclude {files}

Exclude a specific directory from analysis:

phploc {path/to/directory} --exclude {path/to/exclude_directory}

Log the results to a specific CSV file:

phploc {path/to/directory} --log-csv {path/to/file}

Log the results to a specific XML file:

phploc {path/to/directory} --log-xml {path/to/file}

Count PHPUnit test case classes and test methods:

phploc {path/to/directory} --count-tests


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:55:09 2024