A tool for quickly measuring the size of a PHP project.
A tool for quickly measuring the size of a PHP project.
This project is no longer maintained and its repository is only kept for archival purposes.
phploc is a tool for quickly measuring the size of a PHP project.
This tool is distributed as a PHP Archive (PHAR):
$ wget https://phar.phpunit.de/phploc.phar
$ php phploc.phar --versionUsing Phive is the recommended way for managing the tool dependencies of your project:
$ phive install phploc
$ ./tools/phploc --versionIt is not recommended to use Composer to download and install this tool.
…No open issues yet, or sync has not completed.