Menu

Tree [r161] / trunk / PhpCheckstyle /
 History

HTTPS access


File Date Author Commit
 config 2012-12-29 tchule@hotmail.com [r160] Issue 1: Refactoring of the code
 html 2012-11-04 tchule@hotmail.com [r126] Issue 37: Web Interface
 src 2012-12-29 tchule@hotmail.com [r161] Issue 1: Refactoring of the code
 test 2012-12-24 tchule@hotmail.com [r153] Issue 1: Big Refactoring of the code
 .models 2011-02-24 tchule@hotmail.com [r16] V0.9
 .project 2011-01-20 tchule@hotmail.com [r12]
 LICENSE.txt 2011-01-05 nimishp [r2] - Added PHPCheckstyle initial check-in
 README.txt 2011-03-10 tchule@hotmail.com [r17] Possibility to scan multiple source directories
 RELEASE_NOTES.txt 2012-12-21 tchule@hotmail.com [r149] Issue 1: Refactoring of the code
 build.xml 2012-12-29 tchule@hotmail.com [r160] Issue 1: Refactoring of the code
 index.php 2012-12-29 tchule@hotmail.com [r160] Issue 1: Refactoring of the code
 phpcheckstyle.cmd 2011-11-25 tchule@hotmail.com [r53]
 phpcheckstyle.sh 2011-01-25 tchule@hotmail.com [r14] Added ANT build script.
 run.php 2012-12-29 tchule@hotmail.com [r160] Issue 1: Refactoring of the code
 runFromWeb.php 2012-12-29 tchule@hotmail.com [r160] Issue 1: Refactoring of the code

Read Me

                      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


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.