jblotus / phploc-svn
Scan SVN repositories with phploc
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jblotus/phploc-svn
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-10-07 11:39:13 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