A tool for quickly measuring the size and analyzing the structure of a PHP project.
phploc {{path/to/directory}}
phploc {{path/to/directory}} --names {{files}}
phploc {{path/to/directory}} --names-exclude {{files}}
phploc {{path/to/directory}} --exclude {{path/to/exclude_directory}}
phploc {{path/to/directory}} --log-csv {{path/to/file}}
phploc {{path/to/directory}} --log-xml {{path/to/file}}
phploc {{path/to/directory}} --count-tests