Download Latest Version PHPCheckStyle-0.14.2.zip (141.2 kB)
Email in envelope

Get an email when there's a new version of PHPCheckstyle

Home
Name Modified Size InfoDownloads / Week
README.txt 2014-11-14 1.2 kB
PHPCheckStyle-0.14.2.zip 2014-11-14 141.2 kB
PHPCheckStyle-0.14.1.zip 2014-09-03 144.7 kB
PHPCheckStyle-0.14.0.zip 2014-08-25 134.1 kB
PHPCheckStyle-0.13.2.zip 2014-06-25 123.4 kB
PHPCheckStyle-0.13.1.zip 2014-03-31 123.1 kB
PHPCheckStyle-0.12.5.zip 2014-03-05 122.6 kB
PHPCheckStyle-0.12.4.zip 2013-12-05 240.5 kB
PHPCheckStyle-0.12.3.zip 2013-09-20 119.0 kB
PHPCheckStyle-0.12.2.zip 2013-08-21 114.0 kB
Totals: 10 Items   1.3 MB 0
                      PHPCheckstyle
                      =============

1. Overview
------------

  PHPCheckstyle is an open-source tool that helps PHP programmers 
  adhere to certain coding conventions. The tools checks the input PHP 
  source code and reports any deviations from the coding convention.

  The tool uses the PEAR Coding Standards as the default coding convention. 
  But it allows you to configure it to suit your coding standards.

  Please visit http://code.google.com/p/phpcheckstyle/ for
  more information and documentation


2. Requirements
----------------

  * PHP 5.0 or newer. 
  * Web browser to view the checkstyle report (only for html view)
  * That's all. 


3. Installation
----------------

  Just unzip the distribution.

    $> unzip PhpCheckstyle.zip

  This will create a directory called phpcheckstyle and expand all 
  files in it.


4. Usage
---------

    * Change directory to the PHPCheckstyle installation directory.

      $> cd phpcheckstyle

    * Execute the run.php script providing the --src option.

      $> php run.php --src <php source directory/file>

    * Use the --help option to see more options

      $> php run.php --help


Source: README.txt, updated 2014-11-14