2017 © Pedro Peláez
 

library phploc-svn

Scan SVN repositories with phploc

image

jblotus/phploc-svn

Scan SVN repositories with phploc

  • Friday, February 14, 2014
  • by jblotus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phploc-svn

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)

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:, (*3)

{
    "require-dev": {
        "jblotus/phploc-svn": "dev-master"
    }
}

Usage Examples

tbd, (*4)

The Versions

14/02 2014

dev-master

9999999-dev https://github.com/jblotus/phploc-svn

Scan SVN repositories with phploc

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Fuller