Menu

Tree [r125] / trunk / PhpCheckstyle /
 History

HTTPS access


File Date Author Commit
 config 2012-07-03 tchule@hotmail.com [r118] Issue 35: New Rule : Use of "==" in strpos
 html 2012-01-25 knohax@gmail.com [r93] Embedded CSS inside HTML Header template for pr...
 src 2012-08-21 tchule@hotmail.com [r123] Bug : Not correctly counting the end of a stack...
 test 2012-07-03 tchule@hotmail.com [r120] Issue 35: New Rule : Use of "==" in strpos
 .models 2011-02-24 tchule@hotmail.com [r16] V0.9
 .project 2011-01-20 tchule@hotmail.com [r12]
 Deploy.xml 2012-02-15 tchule@hotmail.com [r105] Release Notes for V0.10.2
 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-08-21 tchule@hotmail.com [r124] Bug : Not correctly counting the end of a stack...
 build.xml 2011-01-25 tchule@hotmail.com [r14] Added ANT build script.
 phpcheckstyle.cmd 2011-11-25 tchule@hotmail.com [r53]
 phpcheckstyle.sh 2011-01-25 tchule@hotmail.com [r14] Added ANT build script.
 run.php 2011-12-12 tchule@hotmail.com [r66] Complete the test cases

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.