dev-master
9999999-dev https://github.com/jblotus/phploc-svnScan SVN repositories with phploc
MIT
The Requires
- php >=5.3.3
- phploc/phploc >=2.0
- webcreate/vcs dev-master
The Development Requires
by James Fuller
Wallogit.com
2017 © Pedro Peláez
Scan SVN repositories with phploc
Scan SVN repositories with phploc, (*1)
phploc-svn is a tool for quickly measuring the size and analyzing the structure of a PHP project., (*2)
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:, (*3)
{
"require-dev": {
"jblotus/phploc-svn": "dev-master"
}
}
tbd, (*4)
Scan SVN repositories with phploc
MIT