jblotus / phploc-svn
Scan SVN repositories with phploc
dev-master
2014-02-14 04:13 UTC
Requires
- php: >=5.3.3
- phploc/phploc: >=2.0
- webcreate/vcs: dev-master
Requires (Dev)
- phpunit/phpunit: >=3.7
This package is not auto-updated.
Last update: 2025-03-25 09:03:20 UTC
README
Scan SVN repositories with phploc
phploc-svn
is a tool for quickly measuring the size and analyzing the structure of a PHP project.
Installation
Composer
Simply add a dependency on jblotus/phploc-svn
to your project's composer.json
file if you use Composer to manage the dependencies of your project. Here is a minimal example of a composer.json
file that just defines a development-time dependency on PhpLocSvn:
{
"require-dev": {
"jblotus/phploc-svn": "dev-master"
}
}
Usage Examples
tbd