jblotus/phploc-svn

Scan SVN repositories with phploc

dev-master 2014-02-14 04:13 UTC

This package is not auto-updated.

Last update: 2024-03-26 04:07:48 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